Shades of Conifer #CAE153
Tints of Conifer #CAE153
RGB
CMYK
RGB Variations
Color information
#CAE153 (or 0xCAE153) is known color: Conifer. HEX triplet: CA, E1 and 53. RGB value is (202,225,83). Sum of RGB (Red+Green+Blue) = 202+225+83=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE153 is #351EAC. Grayscale: #CACACA. Windows color (decimal): -3481261 or 5497290. OLE color: 5497290.
HSL color Cylindrical-coordinate representation of color #CAE153: hue angle of 69.72º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAE153 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 83 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.12 |
| HSL | 69.72º | 0.7% | 0.6% | - |
| HSV(B) | 69.72º | 0.63% | 0.88% | - |
| XYZ | 52.84 | 67.03 | 18.34 | - |
| YUV | 201.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 83 | 0.10 | 0 | 0.63 | 0.12 | 69.72 | 0.7 | 0.6 |
| Hex | CA | E1 | 53 | A | 0 | 3F | C | 46 | 46 | 3C |
| Octal | 312 | 341 | 123 | 12 | 0 | 77 | 14 | 106 | 106 | 74 |
| Binary | 11001010 | 11100001 | 1010011 | 1010 | 0 | 111111 | 1100 | 1000110 | 1000110 | 111100 |
Color Harmonies of #CAE153
Complementary color
Monochromatic Colors of #CAE153
Black with #CAE153
Text Example
Text Example
White with #CAE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE153; }
p { color: rgb(202,225,83); }
H1.HeaderClassName
{
color: #CAE153;
}
.AnyTagClassName
{
color: #CAE153;
}
</style>
background-color css
<style>
a { background-color: #CAE153; }
a { background-color: rgb(202,225,83); }
div.DivClassName
{
background-color: #CAE153;
}
.BgClassName
{
background-color: #CAE153;
}
</style>
border-color css
<style>
span { border-color: #CAE153; }
span { border-color: rgb(202,225,83); }
td.TdClassName
{
border-color: #CAE153;
}
.TagClassName
{
border-color: #CAE153;
}
</style>