Shades of Conifer #CAE955
Tints of Conifer #CAE955
RGB
CMYK
RGB Variations
Color information
#CAE955 (or 0xCAE955) is known color: Conifer. HEX triplet: CA, E9 and 55. RGB value is (202,233,85). Sum of RGB (Red+Green+Blue) = 202+233+85=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE955 is #3516AA. Grayscale: #CFCFCF. Windows color (decimal): -3479211 or 5630410. OLE color: 5630410.
HSL color Cylindrical-coordinate representation of color #CAE955: hue angle of 72.57º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAE955 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 85 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.09 |
| HSL | 72.57º | 0.77% | 0.62% | - |
| HSV(B) | 72.57º | 0.64% | 0.91% | - |
| XYZ | 55.14 | 71.49 | 19.49 | - |
| YUV | 206.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 85 | 0.13 | 0 | 0.64 | 0.09 | 72.57 | 0.77 | 0.62 |
| Hex | CA | E9 | 55 | D | 0 | 40 | 9 | 49 | 4D | 3E |
| Octal | 312 | 351 | 125 | 15 | 0 | 100 | 11 | 111 | 115 | 76 |
| Binary | 11001010 | 11101001 | 1010101 | 1101 | 0 | 1000000 | 1001 | 1001001 | 1001101 | 111110 |
Color Harmonies of #CAE955
Complementary color
Monochromatic Colors of #CAE955
Black with #CAE955
Text Example
Text Example
White with #CAE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE955; }
p { color: rgb(202,233,85); }
H1.HeaderClassName
{
color: #CAE955;
}
.AnyTagClassName
{
color: #CAE955;
}
</style>
background-color css
<style>
a { background-color: #CAE955; }
a { background-color: rgb(202,233,85); }
div.DivClassName
{
background-color: #CAE955;
}
.BgClassName
{
background-color: #CAE955;
}
</style>
border-color css
<style>
span { border-color: #CAE955; }
span { border-color: rgb(202,233,85); }
td.TdClassName
{
border-color: #CAE955;
}
.TagClassName
{
border-color: #CAE955;
}
</style>