Shades of Conifer #CAE355
Tints of Conifer #CAE355
RGB
CMYK
RGB Variations
Color information
#CAE355 (or 0xCAE355) is known color: Conifer. HEX triplet: CA, E3 and 55. RGB value is (202,227,85). Sum of RGB (Red+Green+Blue) = 202+227+85=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE355 is #351CAA. Grayscale: #CBCBCB. Windows color (decimal): -3480747 or 5628874. OLE color: 5628874.
HSL color Cylindrical-coordinate representation of color #CAE355: hue angle of 70.56º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAE355 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 85 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.11 |
| HSL | 70.56º | 0.72% | 0.61% | - |
| HSV(B) | 70.56º | 0.63% | 0.89% | - |
| XYZ | 53.47 | 68.15 | 18.93 | - |
| YUV | 203.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 85 | 0.11 | 0 | 0.63 | 0.11 | 70.56 | 0.72 | 0.61 |
| Hex | CA | E3 | 55 | B | 0 | 3F | B | 47 | 48 | 3D |
| Octal | 312 | 343 | 125 | 13 | 0 | 77 | 13 | 107 | 110 | 75 |
| Binary | 11001010 | 11100011 | 1010101 | 1011 | 0 | 111111 | 1011 | 1000111 | 1001000 | 111101 |
Color Harmonies of #CAE355
Complementary color
Monochromatic Colors of #CAE355
Black with #CAE355
Text Example
Text Example
White with #CAE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE355; }
p { color: rgb(202,227,85); }
H1.HeaderClassName
{
color: #CAE355;
}
.AnyTagClassName
{
color: #CAE355;
}
</style>
background-color css
<style>
a { background-color: #CAE355; }
a { background-color: rgb(202,227,85); }
div.DivClassName
{
background-color: #CAE355;
}
.BgClassName
{
background-color: #CAE355;
}
</style>
border-color css
<style>
span { border-color: #CAE355; }
span { border-color: rgb(202,227,85); }
td.TdClassName
{
border-color: #CAE355;
}
.TagClassName
{
border-color: #CAE355;
}
</style>