Html Css Color HEX #CDE504 Electric Lime

📋 copy color: '#CDE504'

red 205 ◦ green 229 ◦ blue 4

#CDE504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CDE504

Tints of Electric Lime #CDE504

RGB

 RED value IS 205 (80.47% from 255) = 46.8%

 GREEN value IS 229 (89.84% from 255) = 52.28%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 46.8%
G = 52.28%
B = 0.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDE504 (or 0xCDE504) is known color: Electric Lime. HEX triplet: CD, E5 and 04. RGB value is (205,229,4). Sum of RGB (Red+Green+Blue) = 205+229+4=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 4 (1.95% from 255 or 0.91% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE504 is #321AFB. Grayscale: #C5C5C5. Windows color (decimal): -3283708 or 320973. OLE color: 320973.

HSL color Cylindrical-coordinate representation of color #CDE504: hue angle of 66.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDE504 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 4 -
CMYK 0.10 0 0.98 0.10
HSL 66.4º 0.97% 0.46% -
HSV(B) 66.4º 0.98% 0.9% -
XYZ 53.22 69.03 10.63 -
YUV 196.17 19.55 134.3 -
System Red Green Blue C M Y K H S L
Decimal 205 229 4 0.10 0 0.98 0.10 66.4 0.97 0.46
Hex CD E5 4 A 0 62 A 42 61 2E
Octal 315 345 4 12 0 142 12 102 141 56
Binary 11001101 11100101 100 1010 0 1100010 1010 1000010 1100001 101110

Color Harmonies of #CDE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE504

Black with #CDE504

Text Example


Text Example

White with #CDE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE504; }

 p { color: rgb(205,229,4); }

 H1.HeaderClassName
 {
   color: #CDE504;
 }
 .AnyTagClassName
 {
   color: #CDE504;
 }
</style>

background-color css

<style>
 a { background-color: #CDE504; }

 a { background-color: rgb(205,229,4); }

 div.DivClassName
 {
   background-color: #CDE504;
 }
 .BgClassName
 {
   background-color: #CDE504;
 }
</style>

border-color css

<style>
 span { border-color: #CDE504; }

 span { border-color: rgb(205,229,4); }

 td.TdClassName
 {
   border-color: #CDE504;
 }
 .TagClassName
 {
   border-color: #CDE504;
 }
</style>