Shades of De York #78C17A
Tints of De York #78C17A
RGB
CMYK
RGB Variations
Color information
#78C17A (or 0x78C17A) is known color: De York. HEX triplet: 78, C1 and 7A. RGB value is (120,193,122). Sum of RGB (Red+Green+Blue) = 120+193+122=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #78C17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C17A is #873E85. Grayscale: #A3A3A3. Windows color (decimal): -8863366 or 8044920. OLE color: 8044920.
HSL color Cylindrical-coordinate representation of color #78C17A: hue angle of 121.64º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C17A is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 122 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.24 |
| HSL | 121.64º | 0.37% | 0.61% | - |
| HSV(B) | 121.64º | 0.38% | 0.76% | - |
| XYZ | 30.33 | 43.54 | 25.22 | - |
| YUV | 163.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 122 | 0.38 | 0 | 0.37 | 0.24 | 121.64 | 0.37 | 0.61 |
| Hex | 78 | C1 | 7A | 26 | 0 | 25 | 18 | 7A | 25 | 3D |
| Octal | 170 | 301 | 172 | 46 | 0 | 45 | 30 | 172 | 45 | 75 |
| Binary | 1111000 | 11000001 | 1111010 | 100110 | 0 | 100101 | 11000 | 1111010 | 100101 | 111101 |
Color Harmonies of #78C17A
Complementary color
Monochromatic Colors of #78C17A
Black with #78C17A
Text Example
Text Example
White with #78C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C17A; }
p { color: rgb(120,193,122); }
H1.HeaderClassName
{
color: #78C17A;
}
.AnyTagClassName
{
color: #78C17A;
}
</style>
background-color css
<style>
a { background-color: #78C17A; }
a { background-color: rgb(120,193,122); }
div.DivClassName
{
background-color: #78C17A;
}
.BgClassName
{
background-color: #78C17A;
}
</style>
border-color css
<style>
span { border-color: #78C17A; }
span { border-color: rgb(120,193,122); }
td.TdClassName
{
border-color: #78C17A;
}
.TagClassName
{
border-color: #78C17A;
}
</style>