Shades of Conifer #CAE957
Tints of Conifer #CAE957
RGB
CMYK
RGB Variations
Color information
#CAE957 (or 0xCAE957) is known color: Conifer. HEX triplet: CA, E9 and 57. RGB value is (202,233,87). Sum of RGB (Red+Green+Blue) = 202+233+87=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 87 (34.38% from 255 or 16.67% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE957 is #3516A8. Grayscale: #CFCFCF. Windows color (decimal): -3479209 or 5761482. OLE color: 5761482.
HSL color Cylindrical-coordinate representation of color #CAE957: hue angle of 72.74º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAE957 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 87 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.09 |
| HSL | 72.74º | 0.77% | 0.63% | - |
| HSV(B) | 72.74º | 0.63% | 0.91% | - |
| XYZ | 55.22 | 71.52 | 19.91 | - |
| YUV | 207.09 | 60.23 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 87 | 0.13 | 0 | 0.63 | 0.09 | 72.74 | 0.77 | 0.63 |
| Hex | CA | E9 | 57 | D | 0 | 3F | 9 | 49 | 4D | 3F |
| Octal | 312 | 351 | 127 | 15 | 0 | 77 | 11 | 111 | 115 | 77 |
| Binary | 11001010 | 11101001 | 1010111 | 1101 | 0 | 111111 | 1001 | 1001001 | 1001101 | 111111 |
Color Harmonies of #CAE957
Complementary color
Monochromatic Colors of #CAE957
Black with #CAE957
Text Example
Text Example
White with #CAE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE957; }
p { color: rgb(202,233,87); }
H1.HeaderClassName
{
color: #CAE957;
}
.AnyTagClassName
{
color: #CAE957;
}
</style>
background-color css
<style>
a { background-color: #CAE957; }
a { background-color: rgb(202,233,87); }
div.DivClassName
{
background-color: #CAE957;
}
.BgClassName
{
background-color: #CAE957;
}
</style>
border-color css
<style>
span { border-color: #CAE957; }
span { border-color: rgb(202,233,87); }
td.TdClassName
{
border-color: #CAE957;
}
.TagClassName
{
border-color: #CAE957;
}
</style>