Shades of Conifer #C0DC5C
Tints of Conifer #C0DC5C
RGB
CMYK
RGB Variations
Color information
#C0DC5C (or 0xC0DC5C) is known color: Conifer. HEX triplet: C0, DC and 5C. RGB value is (192,220,92). Sum of RGB (Red+Green+Blue) = 192+220+92=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC5C is #3F23A3. Grayscale: #C5C5C5. Windows color (decimal): -4137892 or 6085824. OLE color: 6085824.
HSL color Cylindrical-coordinate representation of color #C0DC5C: hue angle of 73.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0DC5C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 92 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.14 |
| HSL | 73.13º | 0.65% | 0.61% | - |
| HSV(B) | 73.13º | 0.58% | 0.86% | - |
| XYZ | 49.26 | 63.17 | 19.72 | - |
| YUV | 197.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 92 | 0.13 | 0 | 0.58 | 0.14 | 73.13 | 0.65 | 0.61 |
| Hex | C0 | DC | 5C | D | 0 | 3A | E | 49 | 41 | 3D |
| Octal | 300 | 334 | 134 | 15 | 0 | 72 | 16 | 111 | 101 | 75 |
| Binary | 11000000 | 11011100 | 1011100 | 1101 | 0 | 111010 | 1110 | 1001001 | 1000001 | 111101 |
Color Harmonies of #C0DC5C
Complementary color
Monochromatic Colors of #C0DC5C
Black with #C0DC5C
Text Example
Text Example
White with #C0DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC5C; }
p { color: rgb(192,220,92); }
H1.HeaderClassName
{
color: #C0DC5C;
}
.AnyTagClassName
{
color: #C0DC5C;
}
</style>
background-color css
<style>
a { background-color: #C0DC5C; }
a { background-color: rgb(192,220,92); }
div.DivClassName
{
background-color: #C0DC5C;
}
.BgClassName
{
background-color: #C0DC5C;
}
</style>
border-color css
<style>
span { border-color: #C0DC5C; }
span { border-color: rgb(192,220,92); }
td.TdClassName
{
border-color: #C0DC5C;
}
.TagClassName
{
border-color: #C0DC5C;
}
</style>