Shades of Conifer #CAF852
Tints of Conifer #CAF852
RGB
CMYK
RGB Variations
Color information
#CAF852 (or 0xCAF852) is known color: Conifer. HEX triplet: CA, F8 and 52. RGB value is (202,248,82). Sum of RGB (Red+Green+Blue) = 202+248+82=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF852 is #3507AD. Grayscale: #D7D7D7. Windows color (decimal): -3475374 or 5437642. OLE color: 5437642.
HSL color Cylindrical-coordinate representation of color #CAF852: hue angle of 76.63º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAF852 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 82 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.03 |
| HSL | 76.63º | 0.92% | 0.65% | - |
| HSV(B) | 76.63º | 0.67% | 0.97% | - |
| XYZ | 59.45 | 80.3 | 20.35 | - |
| YUV | 215.32 | 52.76 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 82 | 0.19 | 0 | 0.67 | 0.03 | 76.63 | 0.92 | 0.65 |
| Hex | CA | F8 | 52 | 13 | 0 | 43 | 3 | 4D | 5C | 41 |
| Octal | 312 | 370 | 122 | 23 | 0 | 103 | 3 | 115 | 134 | 101 |
| Binary | 11001010 | 11111000 | 1010010 | 10011 | 0 | 1000011 | 11 | 1001101 | 1011100 | 1000001 |
Color Harmonies of #CAF852
Complementary color
Monochromatic Colors of #CAF852
Black with #CAF852
Text Example
Text Example
White with #CAF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF852; }
p { color: rgb(202,248,82); }
H1.HeaderClassName
{
color: #CAF852;
}
.AnyTagClassName
{
color: #CAF852;
}
</style>
background-color css
<style>
a { background-color: #CAF852; }
a { background-color: rgb(202,248,82); }
div.DivClassName
{
background-color: #CAF852;
}
.BgClassName
{
background-color: #CAF852;
}
</style>
border-color css
<style>
span { border-color: #CAF852; }
span { border-color: rgb(202,248,82); }
td.TdClassName
{
border-color: #CAF852;
}
.TagClassName
{
border-color: #CAF852;
}
</style>