Shades of Inch Worm #CAE40C
Tints of Inch Worm #CAE40C
RGB
CMYK
RGB Variations
Color information
#CAE40C (or 0xCAE40C) is known color: Inch Worm. HEX triplet: CA, E4 and 0C. RGB value is (202,228,12). Sum of RGB (Red+Green+Blue) = 202+228+12=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE40C is #351BF3. Grayscale: #C4C4C4. Windows color (decimal): -3480564 or 845002. OLE color: 845002.
HSL color Cylindrical-coordinate representation of color #CAE40C: hue angle of 67.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAE40C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.11 |
| HSL | 67.22º | 0.9% | 0.47% | - |
| HSV(B) | 67.22º | 0.95% | 0.89% | - |
| XYZ | 52.17 | 68.07 | 10.74 | - |
| YUV | 195.6 | 24.39 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 12 | 0.11 | 0 | 0.95 | 0.11 | 67.22 | 0.9 | 0.47 |
| Hex | CA | E4 | C | B | 0 | 5F | B | 43 | 5A | 2F |
| Octal | 312 | 344 | 14 | 13 | 0 | 137 | 13 | 103 | 132 | 57 |
| Binary | 11001010 | 11100100 | 1100 | 1011 | 0 | 1011111 | 1011 | 1000011 | 1011010 | 101111 |
Color Harmonies of #CAE40C
Complementary color
Monochromatic Colors of #CAE40C
Black with #CAE40C
Text Example
Text Example
White with #CAE40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE40C; }
p { color: rgb(202,228,12); }
H1.HeaderClassName
{
color: #CAE40C;
}
.AnyTagClassName
{
color: #CAE40C;
}
</style>
background-color css
<style>
a { background-color: #CAE40C; }
a { background-color: rgb(202,228,12); }
div.DivClassName
{
background-color: #CAE40C;
}
.BgClassName
{
background-color: #CAE40C;
}
</style>
border-color css
<style>
span { border-color: #CAE40C; }
span { border-color: rgb(202,228,12); }
td.TdClassName
{
border-color: #CAE40C;
}
.TagClassName
{
border-color: #CAE40C;
}
</style>