Html Css Color HEX #CDF408 Electric Lime

📋 copy color: '#CDF408'

red 205 ◦ green 244 ◦ blue 8

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

Shades of Electric Lime #CDF408

Tints of Electric Lime #CDF408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 53.39%

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 44.86%
G = 53.39%
B = 1.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CDF408 (or 0xCDF408) is known color: Electric Lime. HEX triplet: CD, F4 and 08. RGB value is (205,244,8). Sum of RGB (Red+Green+Blue) = 205+244+8=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF408 is #320BF7. Grayscale: #CECECE. Windows color (decimal): -3279864 or 586957. OLE color: 586957.

HSL color Cylindrical-coordinate representation of color #CDF408: hue angle of 69.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDF408 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 244 8 -
CMYK 0.16 0 0.97 0.04
HSL 69.92º 0.94% 0.49% -
HSV(B) 69.92º 0.97% 0.96% -
XYZ 57.57 77.7 12.19 -
YUV 205.44 16.58 127.69 -
System Red Green Blue C M Y K H S L
Decimal 205 244 8 0.16 0 0.97 0.04 69.92 0.94 0.49
Hex CD F4 8 10 0 61 4 46 5E 31
Octal 315 364 10 20 0 141 4 106 136 61
Binary 11001101 11110100 1000 10000 0 1100001 100 1000110 1011110 110001

Color Harmonies of #CDF408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF408

Black with #CDF408

Text Example


Text Example

White with #CDF408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF408; }

 p { color: rgb(205,244,8); }

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

background-color css

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

 a { background-color: rgb(205,244,8); }

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

border-color css

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

 span { border-color: rgb(205,244,8); }

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