Shades of Conifer #CAF752
Tints of Conifer #CAF752
RGB
CMYK
RGB Variations
Color information
#CAF752 (or 0xCAF752) is known color: Conifer. HEX triplet: CA, F7 and 52. RGB value is (202,247,82). Sum of RGB (Red+Green+Blue) = 202+247+82=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF752 is #3508AD. Grayscale: #D7D7D7. Windows color (decimal): -3475630 or 5437386. OLE color: 5437386.
HSL color Cylindrical-coordinate representation of color #CAF752: hue angle of 76.36º degrees, saturation: 0.91, 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 #CAF752 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 82 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.03 |
| HSL | 76.36º | 0.91% | 0.65% | - |
| HSV(B) | 76.36º | 0.67% | 0.97% | - |
| XYZ | 59.14 | 79.69 | 20.25 | - |
| YUV | 214.74 | 53.09 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 82 | 0.18 | 0 | 0.67 | 0.03 | 76.36 | 0.91 | 0.65 |
| Hex | CA | F7 | 52 | 12 | 0 | 43 | 3 | 4C | 5B | 41 |
| Octal | 312 | 367 | 122 | 22 | 0 | 103 | 3 | 114 | 133 | 101 |
| Binary | 11001010 | 11110111 | 1010010 | 10010 | 0 | 1000011 | 11 | 1001100 | 1011011 | 1000001 |
Color Harmonies of #CAF752
Complementary color
Monochromatic Colors of #CAF752
Black with #CAF752
Text Example
Text Example
White with #CAF752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF752; }
p { color: rgb(202,247,82); }
H1.HeaderClassName
{
color: #CAF752;
}
.AnyTagClassName
{
color: #CAF752;
}
</style>
background-color css
<style>
a { background-color: #CAF752; }
a { background-color: rgb(202,247,82); }
div.DivClassName
{
background-color: #CAF752;
}
.BgClassName
{
background-color: #CAF752;
}
</style>
border-color css
<style>
span { border-color: #CAF752; }
span { border-color: rgb(202,247,82); }
td.TdClassName
{
border-color: #CAF752;
}
.TagClassName
{
border-color: #CAF752;
}
</style>