Shades of Conifer #CAF052
Tints of Conifer #CAF052
RGB
CMYK
RGB Variations
Color information
#CAF052 (or 0xCAF052) is known color: Conifer. HEX triplet: CA, F0 and 52. RGB value is (202,240,82). Sum of RGB (Red+Green+Blue) = 202+240+82=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF052 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF052 is #350FAD. Grayscale: #D3D3D3. Windows color (decimal): -3477422 or 5435594. OLE color: 5435594.
HSL color Cylindrical-coordinate representation of color #CAF052: hue angle of 74.43º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAF052 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 82 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.06 |
| HSL | 74.43º | 0.84% | 0.63% | - |
| HSV(B) | 74.43º | 0.66% | 0.94% | - |
| XYZ | 57.04 | 75.49 | 19.55 | - |
| YUV | 210.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 82 | 0.16 | 0 | 0.66 | 0.06 | 74.43 | 0.84 | 0.63 |
| Hex | CA | F0 | 52 | 10 | 0 | 42 | 6 | 4A | 54 | 3F |
| Octal | 312 | 360 | 122 | 20 | 0 | 102 | 6 | 112 | 124 | 77 |
| Binary | 11001010 | 11110000 | 1010010 | 10000 | 0 | 1000010 | 110 | 1001010 | 1010100 | 111111 |
Color Harmonies of #CAF052
Complementary color
Monochromatic Colors of #CAF052
Black with #CAF052
Text Example
Text Example
White with #CAF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF052; }
p { color: rgb(202,240,82); }
H1.HeaderClassName
{
color: #CAF052;
}
.AnyTagClassName
{
color: #CAF052;
}
</style>
background-color css
<style>
a { background-color: #CAF052; }
a { background-color: rgb(202,240,82); }
div.DivClassName
{
background-color: #CAF052;
}
.BgClassName
{
background-color: #CAF052;
}
</style>
border-color css
<style>
span { border-color: #CAF052; }
span { border-color: rgb(202,240,82); }
td.TdClassName
{
border-color: #CAF052;
}
.TagClassName
{
border-color: #CAF052;
}
</style>