Shades of De York #78C276
Tints of De York #78C276
RGB
CMYK
RGB Variations
Color information
#78C276 (or 0x78C276) is known color: De York. HEX triplet: 78, C2 and 76. RGB value is (120,194,118). Sum of RGB (Red+Green+Blue) = 120+194+118=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #78C276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C276 is #873D89. Grayscale: #A3A3A3. Windows color (decimal): -8863114 or 7783032. OLE color: 7783032.
HSL color Cylindrical-coordinate representation of color #78C276: hue angle of 118.42º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C276 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 118 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.24 |
| HSL | 118.42º | 0.38% | 0.61% | - |
| HSV(B) | 118.42º | 0.39% | 0.76% | - |
| XYZ | 30.31 | 43.88 | 24.01 | - |
| YUV | 163.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 118 | 0.38 | 0 | 0.39 | 0.24 | 118.42 | 0.38 | 0.61 |
| Hex | 78 | C2 | 76 | 26 | 0 | 27 | 18 | 76 | 26 | 3D |
| Octal | 170 | 302 | 166 | 46 | 0 | 47 | 30 | 166 | 46 | 75 |
| Binary | 1111000 | 11000010 | 1110110 | 100110 | 0 | 100111 | 11000 | 1110110 | 100110 | 111101 |
Color Harmonies of #78C276
Complementary color
Monochromatic Colors of #78C276
Black with #78C276
Text Example
Text Example
White with #78C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C276; }
p { color: rgb(120,194,118); }
H1.HeaderClassName
{
color: #78C276;
}
.AnyTagClassName
{
color: #78C276;
}
</style>
background-color css
<style>
a { background-color: #78C276; }
a { background-color: rgb(120,194,118); }
div.DivClassName
{
background-color: #78C276;
}
.BgClassName
{
background-color: #78C276;
}
</style>
border-color css
<style>
span { border-color: #78C276; }
span { border-color: rgb(120,194,118); }
td.TdClassName
{
border-color: #78C276;
}
.TagClassName
{
border-color: #78C276;
}
</style>