Shades of De York #78C17F
Tints of De York #78C17F
RGB
CMYK
RGB Variations
Color information
#78C17F (or 0x78C17F) is known color: De York. HEX triplet: 78, C1 and 7F. RGB value is (120,193,127). Sum of RGB (Red+Green+Blue) = 120+193+127=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #78C17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C17F is #873E80. Grayscale: #A3A3A3. Windows color (decimal): -8863361 or 8372600. OLE color: 8372600.
HSL color Cylindrical-coordinate representation of color #78C17F: hue angle of 125.75º 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 #78C17F is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 127 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.24 |
| HSL | 125.75º | 0.37% | 0.61% | - |
| HSV(B) | 125.75º | 0.38% | 0.76% | - |
| XYZ | 30.65 | 43.67 | 26.89 | - |
| YUV | 163.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 127 | 0.38 | 0 | 0.34 | 0.24 | 125.75 | 0.37 | 0.61 |
| Hex | 78 | C1 | 7F | 26 | 0 | 22 | 18 | 7E | 25 | 3D |
| Octal | 170 | 301 | 177 | 46 | 0 | 42 | 30 | 176 | 45 | 75 |
| Binary | 1111000 | 11000001 | 1111111 | 100110 | 0 | 100010 | 11000 | 1111110 | 100101 | 111101 |
Color Harmonies of #78C17F
Complementary color
Monochromatic Colors of #78C17F
Black with #78C17F
Text Example
Text Example
White with #78C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C17F; }
p { color: rgb(120,193,127); }
H1.HeaderClassName
{
color: #78C17F;
}
.AnyTagClassName
{
color: #78C17F;
}
</style>
background-color css
<style>
a { background-color: #78C17F; }
a { background-color: rgb(120,193,127); }
div.DivClassName
{
background-color: #78C17F;
}
.BgClassName
{
background-color: #78C17F;
}
</style>
border-color css
<style>
span { border-color: #78C17F; }
span { border-color: rgb(120,193,127); }
td.TdClassName
{
border-color: #78C17F;
}
.TagClassName
{
border-color: #78C17F;
}
</style>