Html Css Color HEX #CCE012 Inch Worm

📋 copy color: '#CCE012'

red 204 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #CCE012

Tints of Inch Worm #CCE012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.22%

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 45.74%
G = 50.22%
B = 4.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CCE012 (or 0xCCE012) is known color: Inch Worm. HEX triplet: CC, E0 and 12. RGB value is (204,224,18). Sum of RGB (Red+Green+Blue) = 204+224+18=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE012 is #331FED. Grayscale: #C3C3C3. Windows color (decimal): -3350510 or 1237196. OLE color: 1237196.

HSL color Cylindrical-coordinate representation of color #CCE012: hue angle of 65.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCE012 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 18 -
CMYK 0.09 0 0.92 0.12
HSL 65.83º 0.85% 0.47% -
HSV(B) 65.83º 0.92% 0.88% -
XYZ 51.67 66.19 10.63 -
YUV 194.54 28.37 134.75 -
System Red Green Blue C M Y K H S L
Decimal 204 224 18 0.09 0 0.92 0.12 65.83 0.85 0.47
Hex CC E0 12 9 0 5C C 42 55 2F
Octal 314 340 22 11 0 134 14 102 125 57
Binary 11001100 11100000 10010 1001 0 1011100 1100 1000010 1010101 101111

Color Harmonies of #CCE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE012

Black with #CCE012

Text Example


Text Example

White with #CCE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE012; }

 p { color: rgb(204,224,18); }

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

background-color css

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

 a { background-color: rgb(204,224,18); }

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

border-color css

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

 span { border-color: rgb(204,224,18); }

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