Shades of Inch Worm #CAE315
Tints of Inch Worm #CAE315
RGB
CMYK
RGB Variations
Color information
#CAE315 (or 0xCAE315) is known color: Inch Worm. HEX triplet: CA, E3 and 15. RGB value is (202,227,21). Sum of RGB (Red+Green+Blue) = 202+227+21=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE315 is #351CEA. Grayscale: #C4C4C4. Windows color (decimal): -3480811 or 1434570. OLE color: 1434570.
HSL color Cylindrical-coordinate representation of color #CAE315: hue angle of 67.28º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAE315 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 21 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.11 |
| HSL | 67.28º | 0.83% | 0.49% | - |
| HSV(B) | 67.28º | 0.91% | 0.89% | - |
| XYZ | 51.96 | 67.55 | 11.01 | - |
| YUV | 196.04 | 29.22 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 21 | 0.11 | 0 | 0.91 | 0.11 | 67.28 | 0.83 | 0.49 |
| Hex | CA | E3 | 15 | B | 0 | 5B | B | 43 | 53 | 31 |
| Octal | 312 | 343 | 25 | 13 | 0 | 133 | 13 | 103 | 123 | 61 |
| Binary | 11001010 | 11100011 | 10101 | 1011 | 0 | 1011011 | 1011 | 1000011 | 1010011 | 110001 |
Color Harmonies of #CAE315
Complementary color
Monochromatic Colors of #CAE315
Black with #CAE315
Text Example
Text Example
White with #CAE315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE315; }
p { color: rgb(202,227,21); }
H1.HeaderClassName
{
color: #CAE315;
}
.AnyTagClassName
{
color: #CAE315;
}
</style>
background-color css
<style>
a { background-color: #CAE315; }
a { background-color: rgb(202,227,21); }
div.DivClassName
{
background-color: #CAE315;
}
.BgClassName
{
background-color: #CAE315;
}
</style>
border-color css
<style>
span { border-color: #CAE315; }
span { border-color: rgb(202,227,21); }
td.TdClassName
{
border-color: #CAE315;
}
.TagClassName
{
border-color: #CAE315;
}
</style>