Shades of Conifer #CAE251
Tints of Conifer #CAE251
RGB
CMYK
RGB Variations
Color information
#CAE251 (or 0xCAE251) is known color: Conifer. HEX triplet: CA, E2 and 51. RGB value is (202,226,81). Sum of RGB (Red+Green+Blue) = 202+226+81=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE251 is #351DAE. Grayscale: #CACACA. Windows color (decimal): -3481007 or 5366474. OLE color: 5366474.
HSL color Cylindrical-coordinate representation of color #CAE251: hue angle of 69.93º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAE251 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 81 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.11 |
| HSL | 69.93º | 0.71% | 0.6% | - |
| HSV(B) | 69.93º | 0.64% | 0.89% | - |
| XYZ | 53.04 | 67.54 | 18.03 | - |
| YUV | 202.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 81 | 0.11 | 0 | 0.64 | 0.11 | 69.93 | 0.71 | 0.6 |
| Hex | CA | E2 | 51 | B | 0 | 40 | B | 46 | 47 | 3C |
| Octal | 312 | 342 | 121 | 13 | 0 | 100 | 13 | 106 | 107 | 74 |
| Binary | 11001010 | 11100010 | 1010001 | 1011 | 0 | 1000000 | 1011 | 1000110 | 1000111 | 111100 |
Color Harmonies of #CAE251
Complementary color
Monochromatic Colors of #CAE251
Black with #CAE251
Text Example
Text Example
White with #CAE251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE251; }
p { color: rgb(202,226,81); }
H1.HeaderClassName
{
color: #CAE251;
}
.AnyTagClassName
{
color: #CAE251;
}
</style>
background-color css
<style>
a { background-color: #CAE251; }
a { background-color: rgb(202,226,81); }
div.DivClassName
{
background-color: #CAE251;
}
.BgClassName
{
background-color: #CAE251;
}
</style>
border-color css
<style>
span { border-color: #CAE251; }
span { border-color: rgb(202,226,81); }
td.TdClassName
{
border-color: #CAE251;
}
.TagClassName
{
border-color: #CAE251;
}
</style>