Shades of Conifer #CAE354
Tints of Conifer #CAE354
RGB
CMYK
RGB Variations
Color information
#CAE354 (or 0xCAE354) is known color: Conifer. HEX triplet: CA, E3 and 54. RGB value is (202,227,84). Sum of RGB (Red+Green+Blue) = 202+227+84=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE354 is #351CAB. Grayscale: #CBCBCB. Windows color (decimal): -3480748 or 5563338. OLE color: 5563338.
HSL color Cylindrical-coordinate representation of color #CAE354: hue angle of 70.49º 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 #CAE354 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 84 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.11 |
| HSL | 70.49º | 0.72% | 0.61% | - |
| HSV(B) | 70.49º | 0.63% | 0.89% | - |
| XYZ | 53.43 | 68.13 | 18.72 | - |
| YUV | 203.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 84 | 0.11 | 0 | 0.63 | 0.11 | 70.49 | 0.72 | 0.61 |
| Hex | CA | E3 | 54 | B | 0 | 3F | B | 46 | 48 | 3D |
| Octal | 312 | 343 | 124 | 13 | 0 | 77 | 13 | 106 | 110 | 75 |
| Binary | 11001010 | 11100011 | 1010100 | 1011 | 0 | 111111 | 1011 | 1000110 | 1001000 | 111101 |
Color Harmonies of #CAE354
Complementary color
Monochromatic Colors of #CAE354
Black with #CAE354
Text Example
Text Example
White with #CAE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE354; }
p { color: rgb(202,227,84); }
H1.HeaderClassName
{
color: #CAE354;
}
.AnyTagClassName
{
color: #CAE354;
}
</style>
background-color css
<style>
a { background-color: #CAE354; }
a { background-color: rgb(202,227,84); }
div.DivClassName
{
background-color: #CAE354;
}
.BgClassName
{
background-color: #CAE354;
}
</style>
border-color css
<style>
span { border-color: #CAE354; }
span { border-color: rgb(202,227,84); }
td.TdClassName
{
border-color: #CAE354;
}
.TagClassName
{
border-color: #CAE354;
}
</style>