Html Css Color HEX #CCDF05 Electric Lime

📋 copy color: '#CCDF05'

red 204 ◦ green 223 ◦ blue 5

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

Shades of Electric Lime #CCDF05

Tints of Electric Lime #CCDF05

RGB

 RED value IS 204 (80.08% from 255) = 47.22%

 GREEN value IS 223 (87.5% from 255) = 51.62%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 47.22%
G = 51.62%
B = 1.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CCDF05 (or 0xCCDF05) is known color: Electric Lime. HEX triplet: CC, DF and 05. RGB value is (204,223,5). Sum of RGB (Red+Green+Blue) = 204+223+5=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF05 is #3320FA. Grayscale: #C1C1C1. Windows color (decimal): -3350779 or 384972. OLE color: 384972.

HSL color Cylindrical-coordinate representation of color #CCDF05: hue angle of 65.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCDF05 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 5 -
CMYK 0.09 0 0.98 0.13
HSL 65.23º 0.96% 0.45% -
HSV(B) 65.23º 0.98% 0.87% -
XYZ 51.32 65.62 10.11 -
YUV 192.47 22.21 136.23 -
System Red Green Blue C M Y K H S L
Decimal 204 223 5 0.09 0 0.98 0.13 65.23 0.96 0.45
Hex CC DF 5 9 0 62 D 41 60 2D
Octal 314 337 5 11 0 142 15 101 140 55
Binary 11001100 11011111 101 1001 0 1100010 1101 1000001 1100000 101101

Color Harmonies of #CCDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF05

Black with #CCDF05

Text Example


Text Example

White with #CCDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF05; }

 p { color: rgb(204,223,5); }

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

background-color css

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

 a { background-color: rgb(204,223,5); }

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

border-color css

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

 span { border-color: rgb(204,223,5); }

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