Shades of De York #78DF91
Tints of De York #78DF91
RGB
CMYK
RGB Variations
Color information
#78DF91 (or 0x78DF91) is known color: De York. HEX triplet: 78, DF and 91. RGB value is (120,223,145). Sum of RGB (Red+Green+Blue) = 120+223+145=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DF91 is #87206E. Grayscale: #B7B7B7. Windows color (decimal): -8855663 or 9559928. OLE color: 9559928.
HSL color Cylindrical-coordinate representation of color #78DF91: hue angle of 134.56º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DF91 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 145 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.13 |
| HSL | 134.56º | 0.62% | 0.67% | - |
| HSV(B) | 134.56º | 0.46% | 0.87% | - |
| XYZ | 39.24 | 58.81 | 36.07 | - |
| YUV | 183.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 145 | 0.46 | 0 | 0.35 | 0.13 | 134.56 | 0.62 | 0.67 |
| Hex | 78 | DF | 91 | 2E | 0 | 23 | D | 87 | 3E | 43 |
| Octal | 170 | 337 | 221 | 56 | 0 | 43 | 15 | 207 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10010001 | 101110 | 0 | 100011 | 1101 | 10000111 | 111110 | 1000011 |
Color Harmonies of #78DF91
Complementary color
Monochromatic Colors of #78DF91
Black with #78DF91
Text Example
Text Example
White with #78DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF91; }
p { color: rgb(120,223,145); }
H1.HeaderClassName
{
color: #78DF91;
}
.AnyTagClassName
{
color: #78DF91;
}
</style>
background-color css
<style>
a { background-color: #78DF91; }
a { background-color: rgb(120,223,145); }
div.DivClassName
{
background-color: #78DF91;
}
.BgClassName
{
background-color: #78DF91;
}
</style>
border-color css
<style>
span { border-color: #78DF91; }
span { border-color: rgb(120,223,145); }
td.TdClassName
{
border-color: #78DF91;
}
.TagClassName
{
border-color: #78DF91;
}
</style>