COLOR #D5EE34

HEX: #D5EE34
RGB: (213,238,52)

Renk bilgisi

#D5EE34 contains mainly red and green colors. #D5EE34 ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#D5EE34 color RGB value is (213,238,52).

  • kırmız ton 213;
  • yeşil ton 238;
  • mavi ton 52.
RGB:
(213,238,52)
(84%,93%,20%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 238 of 255 = 93%
B 52 of 255 = 20%

213
238
52

R + G + B ~ 66%. #D5EE34 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 238 + 52 = 503 (100%)
R 213 of 503 ~ 42.35%
G 238 of 503 ~ 47.32%
B 52 of 503 ~ 10.34%

%42.35
%47.32
%10.34

CMYK RENK MODELİ

#D5EE34 rengi CMYK tonu (11,0,78,7).

  • camgöbeği tonu 10.50%
  • eflatun tonu 0.00%
  • sarı tonu 78.15%
  • ana renk tonu 6.67%
CMYK:
(11,0,78,7)
C11M0Y78K7 
(11%,0%,78%,7%)
(0.11/0.00/0.78/0.07)	

CMYK yüzdeleri

%10.5
%0
%78.15
%6.67

Codes

Color #D5EE34 in popluar color models

D5EE34
RGB21323852
HSL68°84.55%56.86%
HSB/HSV68°78.15%93.33%
CMYK10.50%0.00%78.15%
6.67%

Color #D5EE34 in popluar number systems.

HEXD5EE34
Decimal21323852
Binary1101010111101110110100
Octal32535664

Shades and tints

Shades of #D5EE34

#D5EE34
(213,238,52)
#C2D930
(194,217,48)
#AFC42C
(175,196,44)
#9CAF28
(156,175,40)
#899A24
(137,154,36)
#768520
(118,133,32)
#63701C
(99,112,28)
#505B18
(80,91,24)
#3D4614
(61,70,20)
#2A3110
(42,49,16)
#171C0C
(23,28,12)
#000000
(0,0,0)

Tints of #D5EE34

#D5EE34
(213,238,52)
#D8EF46
(216,239,70)
#DBF058
(219,240,88)
#DEF16A
(222,241,106)
#E1F27C
(225,242,124)
#E4F38E
(228,243,142)
#E7F4A0
(231,244,160)
#EAF5B2
(234,245,178)
#EDF6C4
(237,246,196)
#F0F7D6
(240,247,214)
#F3F8E8
(243,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EE34 color. Also use rgb(213,238,52) instead hex code.

Text Font Color

.myTextColor { color: #D5EE34; }

<p style="color:#D5EE34">This sample text font color is #D5EE34.</p>

This text font color is #D5EE34.


Background Color

.myBgColor { background-color: #D5EE34; }

<div style="background-color:#D5EE34">Inner text</div>

This div background color is #D5EE34.


Border color

.myBorderColor { border: 1px solid #D5EE34; }

<div style="border:3px solid #D5EE34">Div</div>

This div border color is #D5EE34.


Opacity

.myOpacity80 { color: #D5EE34; opacity: 0.8; }

<p style="color:#D5EE34;opacity:0.8;">80%</p>

Text with #D5EE34 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5EE34;}

<p style="text-shadow: 3px 3px 1px #D5EE34">Text here.</p>

This text has shadow with #D5EE34 color.

.textShadow {text-shadow: 3px 3px 1px #D5EE34, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5EE34, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5EE34 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5EE34, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5EE34, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5EE34 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5EE34;
  -webkit-box-shadow:	1px 1px 3px 2px #D5EE34;
  box-shadow:		1px 1px 3px 2px #D5EE34;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5EE34;
-webkit-box-shadow: 1px 1px 3px 2px #D5EE34;
box-shadow:1px 1px 3px 2px #D5EE34;">
Div content here</div>
This div box has shadow with color #D5EE34.

Preview

Color preview on black background

This text has color #D5EE34 on black background.


Color preview on white background

This text has color #D5EE34 on white background.



Black color preview on #D5EE34 background

This text has black color on #D5EE34 background.


White color preview on #D5EE34 background

This text has white color on #D5EE34 background.