Shades of De York #78C083
Tints of De York #78C083
RGB
CMYK
RGB Variations
Color information
#78C083 (or 0x78C083) is known color: De York. HEX triplet: 78, C0 and 83. RGB value is (120,192,131). Sum of RGB (Red+Green+Blue) = 120+192+131=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #78C083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C083 is #873F7C. Grayscale: #A3A3A3. Windows color (decimal): -8863613 or 8634488. OLE color: 8634488.
HSL color Cylindrical-coordinate representation of color #78C083: hue angle of 129.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C083 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 131 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.25 |
| HSL | 129.17º | 0.36% | 0.61% | - |
| HSV(B) | 129.17º | 0.38% | 0.75% | - |
| XYZ | 30.69 | 43.33 | 28.22 | - |
| YUV | 163.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 131 | 0.38 | 0 | 0.32 | 0.25 | 129.17 | 0.36 | 0.61 |
| Hex | 78 | C0 | 83 | 26 | 0 | 20 | 19 | 81 | 24 | 3D |
| Octal | 170 | 300 | 203 | 46 | 0 | 40 | 31 | 201 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10000011 | 100110 | 0 | 100000 | 11001 | 10000001 | 100100 | 111101 |
Color Harmonies of #78C083
Complementary color
Monochromatic Colors of #78C083
Black with #78C083
Text Example
Text Example
White with #78C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C083; }
p { color: rgb(120,192,131); }
H1.HeaderClassName
{
color: #78C083;
}
.AnyTagClassName
{
color: #78C083;
}
</style>
background-color css
<style>
a { background-color: #78C083; }
a { background-color: rgb(120,192,131); }
div.DivClassName
{
background-color: #78C083;
}
.BgClassName
{
background-color: #78C083;
}
</style>
border-color css
<style>
span { border-color: #78C083; }
span { border-color: rgb(120,192,131); }
td.TdClassName
{
border-color: #78C083;
}
.TagClassName
{
border-color: #78C083;
}
</style>