Shades of Conifer #C0D853
Tints of Conifer #C0D853
RGB
CMYK
RGB Variations
Color information
#C0D853 (or 0xC0D853) is known color: Conifer. HEX triplet: C0, D8 and 53. RGB value is (192,216,83). Sum of RGB (Red+Green+Blue) = 192+216+83=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D853 is #3F27AC. Grayscale: #C2C2C2. Windows color (decimal): -4138925 or 5494976. OLE color: 5494976.
HSL color Cylindrical-coordinate representation of color #C0D853: hue angle of 70.83º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0D853 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 83 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.15 |
| HSL | 70.83º | 0.63% | 0.59% | - |
| HSV(B) | 70.83º | 0.62% | 0.85% | - |
| XYZ | 47.86 | 60.94 | 17.42 | - |
| YUV | 193.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 83 | 0.11 | 0 | 0.62 | 0.15 | 70.83 | 0.63 | 0.59 |
| Hex | C0 | D8 | 53 | B | 0 | 3E | F | 47 | 3F | 3B |
| Octal | 300 | 330 | 123 | 13 | 0 | 76 | 17 | 107 | 77 | 73 |
| Binary | 11000000 | 11011000 | 1010011 | 1011 | 0 | 111110 | 1111 | 1000111 | 111111 | 111011 |
Color Harmonies of #C0D853
Complementary color
Monochromatic Colors of #C0D853
Black with #C0D853
Text Example
Text Example
White with #C0D853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D853; }
p { color: rgb(192,216,83); }
H1.HeaderClassName
{
color: #C0D853;
}
.AnyTagClassName
{
color: #C0D853;
}
</style>
background-color css
<style>
a { background-color: #C0D853; }
a { background-color: rgb(192,216,83); }
div.DivClassName
{
background-color: #C0D853;
}
.BgClassName
{
background-color: #C0D853;
}
</style>
border-color css
<style>
span { border-color: #C0D853; }
span { border-color: rgb(192,216,83); }
td.TdClassName
{
border-color: #C0D853;
}
.TagClassName
{
border-color: #C0D853;
}
</style>