Shades of Inch Worm #CAE50D
Tints of Inch Worm #CAE50D
RGB
CMYK
RGB Variations
Color information
#CAE50D (or 0xCAE50D) is known color: Inch Worm. HEX triplet: CA, E5 and 0D. RGB value is (202,229,13). Sum of RGB (Red+Green+Blue) = 202+229+13=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE50D is #351AF2. Grayscale: #C5C5C5. Windows color (decimal): -3480307 or 910794. OLE color: 910794.
HSL color Cylindrical-coordinate representation of color #CAE50D: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAE50D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.10 |
| HSL | 67.5º | 0.89% | 0.47% | - |
| HSV(B) | 67.5º | 0.94% | 0.9% | - |
| XYZ | 52.45 | 68.62 | 10.86 | - |
| YUV | 196.3 | 24.55 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 13 | 0.12 | 0 | 0.94 | 0.10 | 67.5 | 0.89 | 0.47 |
| Hex | CA | E5 | D | C | 0 | 5E | A | 44 | 59 | 2F |
| Octal | 312 | 345 | 15 | 14 | 0 | 136 | 12 | 104 | 131 | 57 |
| Binary | 11001010 | 11100101 | 1101 | 1100 | 0 | 1011110 | 1010 | 1000100 | 1011001 | 101111 |
Color Harmonies of #CAE50D
Complementary color
Monochromatic Colors of #CAE50D
Black with #CAE50D
Text Example
Text Example
White with #CAE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE50D; }
p { color: rgb(202,229,13); }
H1.HeaderClassName
{
color: #CAE50D;
}
.AnyTagClassName
{
color: #CAE50D;
}
</style>
background-color css
<style>
a { background-color: #CAE50D; }
a { background-color: rgb(202,229,13); }
div.DivClassName
{
background-color: #CAE50D;
}
.BgClassName
{
background-color: #CAE50D;
}
</style>
border-color css
<style>
span { border-color: #CAE50D; }
span { border-color: rgb(202,229,13); }
td.TdClassName
{
border-color: #CAE50D;
}
.TagClassName
{
border-color: #CAE50D;
}
</style>