Shades of Inch Worm #CAE60D
Tints of Inch Worm #CAE60D
RGB
CMYK
RGB Variations
Color information
#CAE60D (or 0xCAE60D) is known color: Inch Worm. HEX triplet: CA, E6 and 0D. RGB value is (202,230,13). Sum of RGB (Red+Green+Blue) = 202+230+13=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 230 (90.23% from 255 or 51.69% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE60D is #3519F2. Grayscale: #C5C5C5. Windows color (decimal): -3480051 or 911050. OLE color: 911050.
HSL color Cylindrical-coordinate representation of color #CAE60D: hue angle of 67.74º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAE60D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.10 |
| HSL | 67.74º | 0.89% | 0.48% | - |
| HSV(B) | 67.74º | 0.94% | 0.9% | - |
| XYZ | 52.73 | 69.18 | 10.95 | - |
| YUV | 196.89 | 24.22 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 13 | 0.12 | 0 | 0.94 | 0.10 | 67.74 | 0.89 | 0.48 |
| Hex | CA | E6 | D | C | 0 | 5E | A | 44 | 59 | 30 |
| Octal | 312 | 346 | 15 | 14 | 0 | 136 | 12 | 104 | 131 | 60 |
| Binary | 11001010 | 11100110 | 1101 | 1100 | 0 | 1011110 | 1010 | 1000100 | 1011001 | 110000 |
Color Harmonies of #CAE60D
Complementary color
Monochromatic Colors of #CAE60D
Black with #CAE60D
Text Example
Text Example
White with #CAE60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE60D; }
p { color: rgb(202,230,13); }
H1.HeaderClassName
{
color: #CAE60D;
}
.AnyTagClassName
{
color: #CAE60D;
}
</style>
background-color css
<style>
a { background-color: #CAE60D; }
a { background-color: rgb(202,230,13); }
div.DivClassName
{
background-color: #CAE60D;
}
.BgClassName
{
background-color: #CAE60D;
}
</style>
border-color css
<style>
span { border-color: #CAE60D; }
span { border-color: rgb(202,230,13); }
td.TdClassName
{
border-color: #CAE60D;
}
.TagClassName
{
border-color: #CAE60D;
}
</style>