Shades of De York #78D08C
Tints of De York #78D08C
RGB
CMYK
RGB Variations
Color information
#78D08C (or 0x78D08C) is known color: De York. HEX triplet: 78, D0 and 8C. RGB value is (120,208,140). Sum of RGB (Red+Green+Blue) = 120+208+140=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #78D08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D08C is #872F73. Grayscale: #AEAEAE. Windows color (decimal): -8859508 or 9228408. OLE color: 9228408.
HSL color Cylindrical-coordinate representation of color #78D08C: hue angle of 133.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D08C is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 140 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.18 |
| HSL | 133.64º | 0.48% | 0.64% | - |
| HSV(B) | 133.64º | 0.42% | 0.82% | - |
| XYZ | 35.04 | 51 | 32.81 | - |
| YUV | 173.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 140 | 0.42 | 0 | 0.33 | 0.18 | 133.64 | 0.48 | 0.64 |
| Hex | 78 | D0 | 8C | 2A | 0 | 21 | 12 | 86 | 30 | 40 |
| Octal | 170 | 320 | 214 | 52 | 0 | 41 | 22 | 206 | 60 | 100 |
| Binary | 1111000 | 11010000 | 10001100 | 101010 | 0 | 100001 | 10010 | 10000110 | 110000 | 1000000 |
Color Harmonies of #78D08C
Complementary color
Monochromatic Colors of #78D08C
Black with #78D08C
Text Example
Text Example
White with #78D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D08C; }
p { color: rgb(120,208,140); }
H1.HeaderClassName
{
color: #78D08C;
}
.AnyTagClassName
{
color: #78D08C;
}
</style>
background-color css
<style>
a { background-color: #78D08C; }
a { background-color: rgb(120,208,140); }
div.DivClassName
{
background-color: #78D08C;
}
.BgClassName
{
background-color: #78D08C;
}
</style>
border-color css
<style>
span { border-color: #78D08C; }
span { border-color: rgb(120,208,140); }
td.TdClassName
{
border-color: #78D08C;
}
.TagClassName
{
border-color: #78D08C;
}
</style>