Shades of Inch Worm #CCE50F
Tints of Inch Worm #CCE50F
RGB
CMYK
RGB Variations
Color information
#CCE50F (or 0xCCE50F) is known color: Inch Worm. HEX triplet: CC, E5 and 0F. RGB value is (204,229,15). Sum of RGB (Red+Green+Blue) = 204+229+15=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCE50F is #331AF0. Grayscale: #C5C5C5. Windows color (decimal): -3349233 or 1041868. OLE color: 1041868.
HSL color Cylindrical-coordinate representation of color #CCE50F: hue angle of 67.01º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE50F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.10 |
| HSL | 67.01º | 0.88% | 0.48% | - |
| HSV(B) | 67.01º | 0.93% | 0.9% | - |
| XYZ | 53.01 | 68.91 | 10.96 | - |
| YUV | 197.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 15 | 0.11 | 0 | 0.93 | 0.10 | 67.01 | 0.88 | 0.48 |
| Hex | CC | E5 | F | B | 0 | 5D | A | 43 | 58 | 30 |
| Octal | 314 | 345 | 17 | 13 | 0 | 135 | 12 | 103 | 130 | 60 |
| Binary | 11001100 | 11100101 | 1111 | 1011 | 0 | 1011101 | 1010 | 1000011 | 1011000 | 110000 |
Color Harmonies of #CCE50F
Complementary color
Monochromatic Colors of #CCE50F
Black with #CCE50F
Text Example
Text Example
White with #CCE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE50F; }
p { color: rgb(204,229,15); }
H1.HeaderClassName
{
color: #CCE50F;
}
.AnyTagClassName
{
color: #CCE50F;
}
</style>
background-color css
<style>
a { background-color: #CCE50F; }
a { background-color: rgb(204,229,15); }
div.DivClassName
{
background-color: #CCE50F;
}
.BgClassName
{
background-color: #CCE50F;
}
</style>
border-color css
<style>
span { border-color: #CCE50F; }
span { border-color: rgb(204,229,15); }
td.TdClassName
{
border-color: #CCE50F;
}
.TagClassName
{
border-color: #CCE50F;
}
</style>