Html Css Color HEX #CDF504 Electric Lime

📋 copy color: '#CDF504'

red 205 ◦ green 245 ◦ blue 4

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

Shades of Electric Lime #CDF504

Tints of Electric Lime #CDF504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.96%

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

R = 45.15%
G = 53.96%
B = 0.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CDF504 (or 0xCDF504) is known color: Electric Lime. HEX triplet: CD, F5 and 04. RGB value is (205,245,4). Sum of RGB (Red+Green+Blue) = 205+245+4=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 245 (96.09% from 255 or 53.96% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF504 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF504 is #320AFB. Grayscale: #CECECE. Windows color (decimal): -3279612 or 325069. OLE color: 325069.

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

Color convert

RGB 205 245 4 -
CMYK 0.16 0 0.98 0.04
HSL 69.96º 0.97% 0.49% -
HSV(B) 69.96º 0.98% 0.96% -
XYZ 57.85 78.29 12.18 -
YUV 205.57 14.25 127.6 -
System Red Green Blue C M Y K H S L
Decimal 205 245 4 0.16 0 0.98 0.04 69.96 0.97 0.49
Hex CD F5 4 10 0 62 4 46 61 31
Octal 315 365 4 20 0 142 4 106 141 61
Binary 11001101 11110101 100 10000 0 1100010 100 1000110 1100001 110001

Color Harmonies of #CDF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF504

Black with #CDF504

Text Example


Text Example

White with #CDF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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