Shades of Conifer #CAF652
Tints of Conifer #CAF652
RGB
CMYK
RGB Variations
Color information
#CAF652 (or 0xCAF652) is known color: Conifer. HEX triplet: CA, F6 and 52. RGB value is (202,246,82). Sum of RGB (Red+Green+Blue) = 202+246+82=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 82 (32.42% from 255 or 15.47% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF652 is #3509AD. Grayscale: #D6D6D6. Windows color (decimal): -3475886 or 5437130. OLE color: 5437130.
HSL color Cylindrical-coordinate representation of color #CAF652: hue angle of 76.1º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAF652 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 82 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.04 |
| HSL | 76.1º | 0.9% | 0.64% | - |
| HSV(B) | 76.1º | 0.67% | 0.96% | - |
| XYZ | 58.84 | 79.08 | 20.15 | - |
| YUV | 214.15 | 53.42 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 82 | 0.18 | 0 | 0.67 | 0.04 | 76.1 | 0.9 | 0.64 |
| Hex | CA | F6 | 52 | 12 | 0 | 43 | 4 | 4C | 5A | 40 |
| Octal | 312 | 366 | 122 | 22 | 0 | 103 | 4 | 114 | 132 | 100 |
| Binary | 11001010 | 11110110 | 1010010 | 10010 | 0 | 1000011 | 100 | 1001100 | 1011010 | 1000000 |
Color Harmonies of #CAF652
Complementary color
Monochromatic Colors of #CAF652
Black with #CAF652
Text Example
Text Example
White with #CAF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF652; }
p { color: rgb(202,246,82); }
H1.HeaderClassName
{
color: #CAF652;
}
.AnyTagClassName
{
color: #CAF652;
}
</style>
background-color css
<style>
a { background-color: #CAF652; }
a { background-color: rgb(202,246,82); }
div.DivClassName
{
background-color: #CAF652;
}
.BgClassName
{
background-color: #CAF652;
}
</style>
border-color css
<style>
span { border-color: #CAF652; }
span { border-color: rgb(202,246,82); }
td.TdClassName
{
border-color: #CAF652;
}
.TagClassName
{
border-color: #CAF652;
}
</style>