Shades of De York #78D383
Tints of De York #78D383
RGB
CMYK
RGB Variations
Color information
#78D383 (or 0x78D383) is known color: De York. HEX triplet: 78, D3 and 83. RGB value is (120,211,131). Sum of RGB (Red+Green+Blue) = 120+211+131=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 211 - color contains mainly: green. Hex color #78D383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D383 is #872C7C. Grayscale: #AEAEAE. Windows color (decimal): -8858749 or 8639352. OLE color: 8639352.
HSL color Cylindrical-coordinate representation of color #78D383: hue angle of 127.25º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D383 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 211 | 131 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.17 |
| HSL | 127.25º | 0.51% | 0.65% | - |
| HSV(B) | 127.25º | 0.43% | 0.83% | - |
| XYZ | 35.14 | 52.22 | 29.7 | - |
| YUV | 174.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 211 | 131 | 0.43 | 0 | 0.38 | 0.17 | 127.25 | 0.51 | 0.65 |
| Hex | 78 | D3 | 83 | 2B | 0 | 26 | 11 | 7F | 33 | 41 |
| Octal | 170 | 323 | 203 | 53 | 0 | 46 | 21 | 177 | 63 | 101 |
| Binary | 1111000 | 11010011 | 10000011 | 101011 | 0 | 100110 | 10001 | 1111111 | 110011 | 1000001 |
Color Harmonies of #78D383
Complementary color
Monochromatic Colors of #78D383
Black with #78D383
Text Example
Text Example
White with #78D383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D383; }
p { color: rgb(120,211,131); }
H1.HeaderClassName
{
color: #78D383;
}
.AnyTagClassName
{
color: #78D383;
}
</style>
background-color css
<style>
a { background-color: #78D383; }
a { background-color: rgb(120,211,131); }
div.DivClassName
{
background-color: #78D383;
}
.BgClassName
{
background-color: #78D383;
}
</style>
border-color css
<style>
span { border-color: #78D383; }
span { border-color: rgb(120,211,131); }
td.TdClassName
{
border-color: #78D383;
}
.TagClassName
{
border-color: #78D383;
}
</style>