Html Css Color HEX #CCF506 Electric Lime

📋 copy color: '#CCF506'

red 204 ◦ green 245 ◦ blue 6

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

Shades of Electric Lime #CCF506

Tints of Electric Lime #CCF506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 44.84%
G = 53.85%
B = 1.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#CCF506 (or 0xCCF506) is known color: Electric Lime. HEX triplet: CC, F5 and 06. RGB value is (204,245,6). Sum of RGB (Red+Green+Blue) = 204+245+6=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 245 (96.09% from 255 or 53.85% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF506 is #330AF9. Grayscale: #CECECE. Windows color (decimal): -3345146 or 456140. OLE color: 456140.

HSL color Cylindrical-coordinate representation of color #CCF506: hue angle of 70.29º degrees, saturation: 0.95, 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 #CCF506 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 6 -
CMYK 0.17 0 0.98 0.04
HSL 70.29º 0.95% 0.49% -
HSV(B) 70.29º 0.98% 0.96% -
XYZ 57.59 78.16 12.22 -
YUV 205.5 15.42 126.93 -
System Red Green Blue C M Y K H S L
Decimal 204 245 6 0.17 0 0.98 0.04 70.29 0.95 0.49
Hex CC F5 6 11 0 62 4 46 5F 31
Octal 314 365 6 21 0 142 4 106 137 61
Binary 11001100 11110101 110 10001 0 1100010 100 1000110 1011111 110001

Color Harmonies of #CCF506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF506

Black with #CCF506

Text Example


Text Example

White with #CCF506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF506; }

 p { color: rgb(204,245,6); }

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

background-color css

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

 a { background-color: rgb(204,245,6); }

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

border-color css

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

 span { border-color: rgb(204,245,6); }

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