Shades of De York #78C375
Tints of De York #78C375
RGB
CMYK
RGB Variations
Color information
#78C375 (or 0x78C375) is known color: De York. HEX triplet: 78, C3 and 75. RGB value is (120,195,117). Sum of RGB (Red+Green+Blue) = 120+195+117=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #78C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C375 is #873C8A. Grayscale: #A3A3A3. Windows color (decimal): -8862859 or 7717752. OLE color: 7717752.
HSL color Cylindrical-coordinate representation of color #78C375: hue angle of 117.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C375 is Cyan = 0.38, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 117 | - |
| CMYK | 0.38 | 0 | 0.4 | 0.24 |
| HSL | 117.69º | 0.39% | 0.61% | - |
| HSV(B) | 117.69º | 0.4% | 0.76% | - |
| XYZ | 30.47 | 44.31 | 23.78 | - |
| YUV | 163.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 117 | 0.38 | 0 | 0.4 | 0.24 | 117.69 | 0.39 | 0.61 |
| Hex | 78 | C3 | 75 | 26 | 0 | 28 | 18 | 76 | 27 | 3D |
| Octal | 170 | 303 | 165 | 46 | 0 | 50 | 30 | 166 | 47 | 75 |
| Binary | 1111000 | 11000011 | 1110101 | 100110 | 0 | 101000 | 11000 | 1110110 | 100111 | 111101 |
Color Harmonies of #78C375
Complementary color
Monochromatic Colors of #78C375
Black with #78C375
Text Example
Text Example
White with #78C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C375; }
p { color: rgb(120,195,117); }
H1.HeaderClassName
{
color: #78C375;
}
.AnyTagClassName
{
color: #78C375;
}
</style>
background-color css
<style>
a { background-color: #78C375; }
a { background-color: rgb(120,195,117); }
div.DivClassName
{
background-color: #78C375;
}
.BgClassName
{
background-color: #78C375;
}
</style>
border-color css
<style>
span { border-color: #78C375; }
span { border-color: rgb(120,195,117); }
td.TdClassName
{
border-color: #78C375;
}
.TagClassName
{
border-color: #78C375;
}
</style>