Shades of Conifer #C0D955
Tints of Conifer #C0D955
RGB
CMYK
RGB Variations
Color information
#C0D955 (or 0xC0D955) is known color: Conifer. HEX triplet: C0, D9 and 55. RGB value is (192,217,85). Sum of RGB (Red+Green+Blue) = 192+217+85=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D955 is #3F26AA. Grayscale: #C2C2C2. Windows color (decimal): -4138667 or 5626304. OLE color: 5626304.
HSL color Cylindrical-coordinate representation of color #C0D955: hue angle of 71.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0D955 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 85 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.15 |
| HSL | 71.36º | 0.63% | 0.59% | - |
| HSV(B) | 71.36º | 0.61% | 0.85% | - |
| XYZ | 48.19 | 61.49 | 17.92 | - |
| YUV | 194.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 85 | 0.12 | 0 | 0.61 | 0.15 | 71.36 | 0.63 | 0.59 |
| Hex | C0 | D9 | 55 | C | 0 | 3D | F | 47 | 3F | 3B |
| Octal | 300 | 331 | 125 | 14 | 0 | 75 | 17 | 107 | 77 | 73 |
| Binary | 11000000 | 11011001 | 1010101 | 1100 | 0 | 111101 | 1111 | 1000111 | 111111 | 111011 |
Color Harmonies of #C0D955
Complementary color
Monochromatic Colors of #C0D955
Black with #C0D955
Text Example
Text Example
White with #C0D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D955; }
p { color: rgb(192,217,85); }
H1.HeaderClassName
{
color: #C0D955;
}
.AnyTagClassName
{
color: #C0D955;
}
</style>
background-color css
<style>
a { background-color: #C0D955; }
a { background-color: rgb(192,217,85); }
div.DivClassName
{
background-color: #C0D955;
}
.BgClassName
{
background-color: #C0D955;
}
</style>
border-color css
<style>
span { border-color: #C0D955; }
span { border-color: rgb(192,217,85); }
td.TdClassName
{
border-color: #C0D955;
}
.TagClassName
{
border-color: #C0D955;
}
</style>