Shades of De York #78DF94
Tints of De York #78DF94
RGB
CMYK
RGB Variations
Color information
#78DF94 (or 0x78DF94) is known color: De York. HEX triplet: 78, DF and 94. RGB value is (120,223,148). Sum of RGB (Red+Green+Blue) = 120+223+148=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #78DF94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DF94 is #87206B. Grayscale: #B7B7B7. Windows color (decimal): -8855660 or 9756536. OLE color: 9756536.
HSL color Cylindrical-coordinate representation of color #78DF94: hue angle of 136.31º 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 #78DF94 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 223 | 148 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.13 |
| HSL | 136.31º | 0.62% | 0.67% | - |
| HSV(B) | 136.31º | 0.46% | 0.87% | - |
| XYZ | 39.48 | 58.91 | 37.31 | - |
| YUV | 183.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 223 | 148 | 0.46 | 0 | 0.34 | 0.13 | 136.31 | 0.62 | 0.67 |
| Hex | 78 | DF | 94 | 2E | 0 | 22 | D | 88 | 3E | 43 |
| Octal | 170 | 337 | 224 | 56 | 0 | 42 | 15 | 210 | 76 | 103 |
| Binary | 1111000 | 11011111 | 10010100 | 101110 | 0 | 100010 | 1101 | 10001000 | 111110 | 1000011 |
Color Harmonies of #78DF94
Complementary color
Monochromatic Colors of #78DF94
Black with #78DF94
Text Example
Text Example
White with #78DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DF94; }
p { color: rgb(120,223,148); }
H1.HeaderClassName
{
color: #78DF94;
}
.AnyTagClassName
{
color: #78DF94;
}
</style>
background-color css
<style>
a { background-color: #78DF94; }
a { background-color: rgb(120,223,148); }
div.DivClassName
{
background-color: #78DF94;
}
.BgClassName
{
background-color: #78DF94;
}
</style>
border-color css
<style>
span { border-color: #78DF94; }
span { border-color: rgb(120,223,148); }
td.TdClassName
{
border-color: #78DF94;
}
.TagClassName
{
border-color: #78DF94;
}
</style>