Shades of De York #78C373
Tints of De York #78C373
RGB
CMYK
RGB Variations
Color information
#78C373 (or 0x78C373) is known color: De York. HEX triplet: 78, C3 and 73. RGB value is (120,195,115). Sum of RGB (Red+Green+Blue) = 120+195+115=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #78C373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C373 is #873C8C. Grayscale: #A3A3A3. Windows color (decimal): -8862861 or 7586680. OLE color: 7586680.
HSL color Cylindrical-coordinate representation of color #78C373: hue angle of 116.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78C373 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 115 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.24 |
| HSL | 116.25º | 0.4% | 0.61% | - |
| HSV(B) | 116.25º | 0.41% | 0.76% | - |
| XYZ | 30.36 | 44.26 | 23.16 | - |
| YUV | 163.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 115 | 0.38 | 0 | 0.41 | 0.24 | 116.25 | 0.4 | 0.61 |
| Hex | 78 | C3 | 73 | 26 | 0 | 29 | 18 | 74 | 28 | 3D |
| Octal | 170 | 303 | 163 | 46 | 0 | 51 | 30 | 164 | 50 | 75 |
| Binary | 1111000 | 11000011 | 1110011 | 100110 | 0 | 101001 | 11000 | 1110100 | 101000 | 111101 |
Color Harmonies of #78C373
Complementary color
Monochromatic Colors of #78C373
Black with #78C373
Text Example
Text Example
White with #78C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C373; }
p { color: rgb(120,195,115); }
H1.HeaderClassName
{
color: #78C373;
}
.AnyTagClassName
{
color: #78C373;
}
</style>
background-color css
<style>
a { background-color: #78C373; }
a { background-color: rgb(120,195,115); }
div.DivClassName
{
background-color: #78C373;
}
.BgClassName
{
background-color: #78C373;
}
</style>
border-color css
<style>
span { border-color: #78C373; }
span { border-color: rgb(120,195,115); }
td.TdClassName
{
border-color: #78C373;
}
.TagClassName
{
border-color: #78C373;
}
</style>