Html Css Color HEX #CCE512 Inch Worm

📋 copy color: '#CCE512'

red 204 ◦ green 229 ◦ blue 18

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

Shades of Inch Worm #CCE512

Tints of Inch Worm #CCE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.78%

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

R = 45.23%
G = 50.78%
B = 3.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CCE512 (or 0xCCE512) is known color: Inch Worm. HEX triplet: CC, E5 and 12. RGB value is (204,229,18). Sum of RGB (Red+Green+Blue) = 204+229+18=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE512 is #331AED. Grayscale: #C6C6C6. Windows color (decimal): -3349230 or 1238476. OLE color: 1238476.

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

Color convert

RGB 204 229 18 -
CMYK 0.11 0 0.92 0.10
HSL 67.11º 0.85% 0.48% -
HSV(B) 67.11º 0.92% 0.9% -
XYZ 53.03 68.92 11.08 -
YUV 197.47 26.72 132.66 -
System Red Green Blue C M Y K H S L
Decimal 204 229 18 0.11 0 0.92 0.10 67.11 0.85 0.48
Hex CC E5 12 B 0 5C A 43 55 30
Octal 314 345 22 13 0 134 12 103 125 60
Binary 11001100 11100101 10010 1011 0 1011100 1010 1000011 1010101 110000

Color Harmonies of #CCE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE512

Black with #CCE512

Text Example


Text Example

White with #CCE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE512; }

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

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

background-color css

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

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

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

border-color css

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

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

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