Shades of Inch Worm #CAE714
Tints of Inch Worm #CAE714
RGB
CMYK
RGB Variations
Color information
#CAE714 (or 0xCAE714) is known color: Inch Worm. HEX triplet: CA, E7 and 14. RGB value is (202,231,20). Sum of RGB (Red+Green+Blue) = 202+231+20=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 231 (90.62% from 255 or 50.99% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE714 is #3518EB. Grayscale: #C7C7C7. Windows color (decimal): -3479788 or 1370058. OLE color: 1370058.
HSL color Cylindrical-coordinate representation of color #CAE714: hue angle of 68.25º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAE714 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.09 |
| HSL | 68.25º | 0.84% | 0.49% | - |
| HSV(B) | 68.25º | 0.91% | 0.91% | - |
| XYZ | 53.06 | 69.76 | 11.33 | - |
| YUV | 198.28 | 27.39 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 20 | 0.13 | 0 | 0.91 | 0.09 | 68.25 | 0.84 | 0.49 |
| Hex | CA | E7 | 14 | D | 0 | 5B | 9 | 44 | 54 | 31 |
| Octal | 312 | 347 | 24 | 15 | 0 | 133 | 11 | 104 | 124 | 61 |
| Binary | 11001010 | 11100111 | 10100 | 1101 | 0 | 1011011 | 1001 | 1000100 | 1010100 | 110001 |
Color Harmonies of #CAE714
Complementary color
Monochromatic Colors of #CAE714
Black with #CAE714
Text Example
Text Example
White with #CAE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE714; }
p { color: rgb(202,231,20); }
H1.HeaderClassName
{
color: #CAE714;
}
.AnyTagClassName
{
color: #CAE714;
}
</style>
background-color css
<style>
a { background-color: #CAE714; }
a { background-color: rgb(202,231,20); }
div.DivClassName
{
background-color: #CAE714;
}
.BgClassName
{
background-color: #CAE714;
}
</style>
border-color css
<style>
span { border-color: #CAE714; }
span { border-color: rgb(202,231,20); }
td.TdClassName
{
border-color: #CAE714;
}
.TagClassName
{
border-color: #CAE714;
}
</style>