Shades of De York #78D28F
Tints of De York #78D28F
RGB
CMYK
RGB Variations
Color information
#78D28F (or 0x78D28F) is known color: De York. HEX triplet: 78, D2 and 8F. RGB value is (120,210,143). Sum of RGB (Red+Green+Blue) = 120+210+143=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #78D28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D28F is #872D70. Grayscale: #AFAFAF. Windows color (decimal): -8858993 or 9425528. OLE color: 9425528.
HSL color Cylindrical-coordinate representation of color #78D28F: hue angle of 135.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D28F is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 143 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.18 |
| HSL | 135.33º | 0.5% | 0.65% | - |
| HSV(B) | 135.33º | 0.43% | 0.82% | - |
| XYZ | 35.75 | 52.07 | 34.15 | - |
| YUV | 175.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 143 | 0.43 | 0 | 0.32 | 0.18 | 135.33 | 0.5 | 0.65 |
| Hex | 78 | D2 | 8F | 2B | 0 | 20 | 12 | 87 | 32 | 41 |
| Octal | 170 | 322 | 217 | 53 | 0 | 40 | 22 | 207 | 62 | 101 |
| Binary | 1111000 | 11010010 | 10001111 | 101011 | 0 | 100000 | 10010 | 10000111 | 110010 | 1000001 |
Color Harmonies of #78D28F
Complementary color
Monochromatic Colors of #78D28F
Black with #78D28F
Text Example
Text Example
White with #78D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D28F; }
p { color: rgb(120,210,143); }
H1.HeaderClassName
{
color: #78D28F;
}
.AnyTagClassName
{
color: #78D28F;
}
</style>
background-color css
<style>
a { background-color: #78D28F; }
a { background-color: rgb(120,210,143); }
div.DivClassName
{
background-color: #78D28F;
}
.BgClassName
{
background-color: #78D28F;
}
</style>
border-color css
<style>
span { border-color: #78D28F; }
span { border-color: rgb(120,210,143); }
td.TdClassName
{
border-color: #78D28F;
}
.TagClassName
{
border-color: #78D28F;
}
</style>