Shades of Pine Glade #C1CD78
Tints of Pine Glade #C1CD78
RGB
CMYK
RGB Variations
Color information
#C1CD78 (or 0xC1CD78) is known color: Pine Glade. HEX triplet: C1, CD and 78. RGB value is (193,205,120). Sum of RGB (Red+Green+Blue) = 193+205+120=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD78 is #3E3287. Grayscale: #C0C0C0. Windows color (decimal): -4076168 or 7916993. OLE color: 7916993.
HSL color Cylindrical-coordinate representation of color #C1CD78: hue angle of 68.47º 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 #C1CD78 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 120 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.20 |
| HSL | 68.47º | 0.46% | 0.64% | - |
| HSV(B) | 68.47º | 0.41% | 0.8% | - |
| XYZ | 47.21 | 56.36 | 26.16 | - |
| YUV | 191.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 120 | 0.06 | 0 | 0.41 | 0.20 | 68.47 | 0.46 | 0.64 |
| Hex | C1 | CD | 78 | 6 | 0 | 29 | 14 | 44 | 2E | 40 |
| Octal | 301 | 315 | 170 | 6 | 0 | 51 | 24 | 104 | 56 | 100 |
| Binary | 11000001 | 11001101 | 1111000 | 110 | 0 | 101001 | 10100 | 1000100 | 101110 | 1000000 |
Color Harmonies of #C1CD78
Complementary color
Monochromatic Colors of #C1CD78
Black with #C1CD78
Text Example
Text Example
White with #C1CD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD78; }
p { color: rgb(193,205,120); }
H1.HeaderClassName
{
color: #C1CD78;
}
.AnyTagClassName
{
color: #C1CD78;
}
</style>
background-color css
<style>
a { background-color: #C1CD78; }
a { background-color: rgb(193,205,120); }
div.DivClassName
{
background-color: #C1CD78;
}
.BgClassName
{
background-color: #C1CD78;
}
</style>
border-color css
<style>
span { border-color: #C1CD78; }
span { border-color: rgb(193,205,120); }
td.TdClassName
{
border-color: #C1CD78;
}
.TagClassName
{
border-color: #C1CD78;
}
</style>