Shades of Conifer #CAE954
Tints of Conifer #CAE954
RGB
CMYK
RGB Variations
Color information
#CAE954 (or 0xCAE954) is known color: Conifer. HEX triplet: CA, E9 and 54. RGB value is (202,233,84). Sum of RGB (Red+Green+Blue) = 202+233+84=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE954 is #3516AB. Grayscale: #CFCFCF. Windows color (decimal): -3479212 or 5564874. OLE color: 5564874.
HSL color Cylindrical-coordinate representation of color #CAE954: hue angle of 72.48º 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 #CAE954 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 84 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.09 |
| HSL | 72.48º | 0.77% | 0.62% | - |
| HSV(B) | 72.48º | 0.64% | 0.91% | - |
| XYZ | 55.1 | 71.47 | 19.28 | - |
| YUV | 206.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 84 | 0.13 | 0 | 0.64 | 0.09 | 72.48 | 0.77 | 0.62 |
| Hex | CA | E9 | 54 | D | 0 | 40 | 9 | 48 | 4D | 3E |
| Octal | 312 | 351 | 124 | 15 | 0 | 100 | 11 | 110 | 115 | 76 |
| Binary | 11001010 | 11101001 | 1010100 | 1101 | 0 | 1000000 | 1001 | 1001000 | 1001101 | 111110 |
Color Harmonies of #CAE954
Complementary color
Monochromatic Colors of #CAE954
Black with #CAE954
Text Example
Text Example
White with #CAE954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE954; }
p { color: rgb(202,233,84); }
H1.HeaderClassName
{
color: #CAE954;
}
.AnyTagClassName
{
color: #CAE954;
}
</style>
background-color css
<style>
a { background-color: #CAE954; }
a { background-color: rgb(202,233,84); }
div.DivClassName
{
background-color: #CAE954;
}
.BgClassName
{
background-color: #CAE954;
}
</style>
border-color css
<style>
span { border-color: #CAE954; }
span { border-color: rgb(202,233,84); }
td.TdClassName
{
border-color: #CAE954;
}
.TagClassName
{
border-color: #CAE954;
}
</style>