Shades of De York #78C271
Tints of De York #78C271
RGB
CMYK
RGB Variations
Color information
#78C271 (or 0x78C271) is known color: De York. HEX triplet: 78, C2 and 71. RGB value is (120,194,113). Sum of RGB (Red+Green+Blue) = 120+194+113=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #78C271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C271 is #873D8E. Grayscale: #A2A2A2. Windows color (decimal): -8863119 or 7455352. OLE color: 7455352.
HSL color Cylindrical-coordinate representation of color #78C271: hue angle of 114.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78C271 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 113 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.24 |
| HSL | 114.81º | 0.4% | 0.6% | - |
| HSV(B) | 114.81º | 0.42% | 0.76% | - |
| XYZ | 30.02 | 43.77 | 22.49 | - |
| YUV | 162.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 113 | 0.38 | 0 | 0.42 | 0.24 | 114.81 | 0.4 | 0.6 |
| Hex | 78 | C2 | 71 | 26 | 0 | 2A | 18 | 73 | 28 | 3C |
| Octal | 170 | 302 | 161 | 46 | 0 | 52 | 30 | 163 | 50 | 74 |
| Binary | 1111000 | 11000010 | 1110001 | 100110 | 0 | 101010 | 11000 | 1110011 | 101000 | 111100 |
Color Harmonies of #78C271
Complementary color
Monochromatic Colors of #78C271
Black with #78C271
Text Example
Text Example
White with #78C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C271; }
p { color: rgb(120,194,113); }
H1.HeaderClassName
{
color: #78C271;
}
.AnyTagClassName
{
color: #78C271;
}
</style>
background-color css
<style>
a { background-color: #78C271; }
a { background-color: rgb(120,194,113); }
div.DivClassName
{
background-color: #78C271;
}
.BgClassName
{
background-color: #78C271;
}
</style>
border-color css
<style>
span { border-color: #78C271; }
span { border-color: rgb(120,194,113); }
td.TdClassName
{
border-color: #78C271;
}
.TagClassName
{
border-color: #78C271;
}
</style>