Html Css Color HEX #CCE112 Inch Worm

📋 copy color: '#CCE112'

red 204 ◦ green 225 ◦ blue 18

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

Shades of Inch Worm #CCE112

Tints of Inch Worm #CCE112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.34%

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

R = 45.64%
G = 50.34%
B = 4.03%

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

#CCE112 (or 0xCCE112) is known color: Inch Worm. HEX triplet: CC, E1 and 12. RGB value is (204,225,18). Sum of RGB (Red+Green+Blue) = 204+225+18=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE112 is #331EED. Grayscale: #C3C3C3. Windows color (decimal): -3350254 or 1237452. OLE color: 1237452.

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

Color convert

RGB 204 225 18 -
CMYK 0.09 0 0.92 0.12
HSL 66.09º 0.85% 0.48% -
HSV(B) 66.09º 0.92% 0.88% -
XYZ 51.94 66.73 10.72 -
YUV 195.12 28.04 134.33 -
System Red Green Blue C M Y K H S L
Decimal 204 225 18 0.09 0 0.92 0.12 66.09 0.85 0.48
Hex CC E1 12 9 0 5C C 42 55 30
Octal 314 341 22 11 0 134 14 102 125 60
Binary 11001100 11100001 10010 1001 0 1011100 1100 1000010 1010101 110000

Color Harmonies of #CCE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE112

Black with #CCE112

Text Example


Text Example

White with #CCE112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE112; }

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

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

background-color css

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

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

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

border-color css

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

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

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