Shades of Conifer #C0D852
Tints of Conifer #C0D852
RGB
CMYK
RGB Variations
Color information
#C0D852 (or 0xC0D852) is known color: Conifer. HEX triplet: C0, D8 and 52. RGB value is (192,216,82). Sum of RGB (Red+Green+Blue) = 192+216+82=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D852 is #3F27AD. Grayscale: #C2C2C2. Windows color (decimal): -4138926 or 5429440. OLE color: 5429440.
HSL color Cylindrical-coordinate representation of color #C0D852: hue angle of 70.75º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0D852 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 82 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.15 |
| HSL | 70.75º | 0.63% | 0.58% | - |
| HSV(B) | 70.75º | 0.62% | 0.85% | - |
| XYZ | 47.82 | 60.93 | 17.22 | - |
| YUV | 193.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 82 | 0.11 | 0 | 0.62 | 0.15 | 70.75 | 0.63 | 0.58 |
| Hex | C0 | D8 | 52 | B | 0 | 3E | F | 47 | 3F | 3A |
| Octal | 300 | 330 | 122 | 13 | 0 | 76 | 17 | 107 | 77 | 72 |
| Binary | 11000000 | 11011000 | 1010010 | 1011 | 0 | 111110 | 1111 | 1000111 | 111111 | 111010 |
Color Harmonies of #C0D852
Complementary color
Monochromatic Colors of #C0D852
Black with #C0D852
Text Example
Text Example
White with #C0D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D852; }
p { color: rgb(192,216,82); }
H1.HeaderClassName
{
color: #C0D852;
}
.AnyTagClassName
{
color: #C0D852;
}
</style>
background-color css
<style>
a { background-color: #C0D852; }
a { background-color: rgb(192,216,82); }
div.DivClassName
{
background-color: #C0D852;
}
.BgClassName
{
background-color: #C0D852;
}
</style>
border-color css
<style>
span { border-color: #C0D852; }
span { border-color: rgb(192,216,82); }
td.TdClassName
{
border-color: #C0D852;
}
.TagClassName
{
border-color: #C0D852;
}
</style>