Shades of Pine Glade #C0CD78
Tints of Pine Glade #C0CD78
RGB
CMYK
RGB Variations
Color information
#C0CD78 (or 0xC0CD78) is known color: Pine Glade. HEX triplet: C0, CD and 78. RGB value is (192,205,120). Sum of RGB (Red+Green+Blue) = 192+205+120=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD78 is #3F3287. Grayscale: #BFBFBF. Windows color (decimal): -4141704 or 7916992. OLE color: 7916992.
HSL color Cylindrical-coordinate representation of color #C0CD78: hue angle of 69.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0CD78 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 120 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.20 |
| HSL | 69.18º | 0.46% | 0.64% | - |
| HSV(B) | 69.18º | 0.41% | 0.8% | - |
| XYZ | 46.96 | 56.23 | 26.15 | - |
| YUV | 191.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 120 | 0.06 | 0 | 0.41 | 0.20 | 69.18 | 0.46 | 0.64 |
| Hex | C0 | CD | 78 | 6 | 0 | 29 | 14 | 45 | 2E | 40 |
| Octal | 300 | 315 | 170 | 6 | 0 | 51 | 24 | 105 | 56 | 100 |
| Binary | 11000000 | 11001101 | 1111000 | 110 | 0 | 101001 | 10100 | 1000101 | 101110 | 1000000 |
Color Harmonies of #C0CD78
Complementary color
Monochromatic Colors of #C0CD78
Black with #C0CD78
Text Example
Text Example
White with #C0CD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD78; }
p { color: rgb(192,205,120); }
H1.HeaderClassName
{
color: #C0CD78;
}
.AnyTagClassName
{
color: #C0CD78;
}
</style>
background-color css
<style>
a { background-color: #C0CD78; }
a { background-color: rgb(192,205,120); }
div.DivClassName
{
background-color: #C0CD78;
}
.BgClassName
{
background-color: #C0CD78;
}
</style>
border-color css
<style>
span { border-color: #C0CD78; }
span { border-color: rgb(192,205,120); }
td.TdClassName
{
border-color: #C0CD78;
}
.TagClassName
{
border-color: #C0CD78;
}
</style>