Shades of Inch Worm #CCE712
Tints of Inch Worm #CCE712
RGB
CMYK
RGB Variations
Color information
#CCE712 (or 0xCCE712) is known color: Inch Worm. HEX triplet: CC, E7 and 12. RGB value is (204,231,18). Sum of RGB (Red+Green+Blue) = 204+231+18=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE712 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE712 is #3318ED. Grayscale: #C7C7C7. Windows color (decimal): -3348718 or 1238988. OLE color: 1238988.
HSL color Cylindrical-coordinate representation of color #CCE712: hue angle of 67.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCE712 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.09 |
| HSL | 67.61º | 0.86% | 0.49% | - |
| HSV(B) | 67.61º | 0.92% | 0.91% | - |
| XYZ | 53.59 | 70.03 | 11.27 | - |
| YUV | 198.65 | 26.05 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 18 | 0.12 | 0 | 0.92 | 0.09 | 67.61 | 0.86 | 0.49 |
| Hex | CC | E7 | 12 | C | 0 | 5C | 9 | 44 | 56 | 31 |
| Octal | 314 | 347 | 22 | 14 | 0 | 134 | 11 | 104 | 126 | 61 |
| Binary | 11001100 | 11100111 | 10010 | 1100 | 0 | 1011100 | 1001 | 1000100 | 1010110 | 110001 |
Color Harmonies of #CCE712
Complementary color
Monochromatic Colors of #CCE712
Black with #CCE712
Text Example
Text Example
White with #CCE712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE712; }
p { color: rgb(204,231,18); }
H1.HeaderClassName
{
color: #CCE712;
}
.AnyTagClassName
{
color: #CCE712;
}
</style>
background-color css
<style>
a { background-color: #CCE712; }
a { background-color: rgb(204,231,18); }
div.DivClassName
{
background-color: #CCE712;
}
.BgClassName
{
background-color: #CCE712;
}
</style>
border-color css
<style>
span { border-color: #CCE712; }
span { border-color: rgb(204,231,18); }
td.TdClassName
{
border-color: #CCE712;
}
.TagClassName
{
border-color: #CCE712;
}
</style>