Shades of De York #78C282
Tints of De York #78C282
RGB
CMYK
RGB Variations
Color information
#78C282 (or 0x78C282) is known color: De York. HEX triplet: 78, C2 and 82. RGB value is (120,194,130). Sum of RGB (Red+Green+Blue) = 120+194+130=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #78C282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C282 is #873D7D. Grayscale: #A4A4A4. Windows color (decimal): -8863102 or 8569464. OLE color: 8569464.
HSL color Cylindrical-coordinate representation of color #78C282: hue angle of 128.11º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C282 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 130 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.24 |
| HSL | 128.11º | 0.38% | 0.62% | - |
| HSV(B) | 128.11º | 0.38% | 0.76% | - |
| XYZ | 31.07 | 44.19 | 28.01 | - |
| YUV | 164.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 130 | 0.38 | 0 | 0.33 | 0.24 | 128.11 | 0.38 | 0.62 |
| Hex | 78 | C2 | 82 | 26 | 0 | 21 | 18 | 80 | 26 | 3E |
| Octal | 170 | 302 | 202 | 46 | 0 | 41 | 30 | 200 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10000010 | 100110 | 0 | 100001 | 11000 | 10000000 | 100110 | 111110 |
Color Harmonies of #78C282
Complementary color
Monochromatic Colors of #78C282
Black with #78C282
Text Example
Text Example
White with #78C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C282; }
p { color: rgb(120,194,130); }
H1.HeaderClassName
{
color: #78C282;
}
.AnyTagClassName
{
color: #78C282;
}
</style>
background-color css
<style>
a { background-color: #78C282; }
a { background-color: rgb(120,194,130); }
div.DivClassName
{
background-color: #78C282;
}
.BgClassName
{
background-color: #78C282;
}
</style>
border-color css
<style>
span { border-color: #78C282; }
span { border-color: rgb(120,194,130); }
td.TdClassName
{
border-color: #78C282;
}
.TagClassName
{
border-color: #78C282;
}
</style>