Shades of De York #78C385
Tints of De York #78C385
RGB
CMYK
RGB Variations
Color information
#78C385 (or 0x78C385) is known color: De York. HEX triplet: 78, C3 and 85. RGB value is (120,195,133). Sum of RGB (Red+Green+Blue) = 120+195+133=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #78C385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C385 is #873C7A. Grayscale: #A5A5A5. Windows color (decimal): -8862843 or 8766328. OLE color: 8766328.
HSL color Cylindrical-coordinate representation of color #78C385: hue angle of 130.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C385 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 133 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.24 |
| HSL | 130.4º | 0.38% | 0.62% | - |
| HSV(B) | 130.4º | 0.38% | 0.76% | - |
| XYZ | 31.49 | 44.72 | 29.16 | - |
| YUV | 165.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 133 | 0.38 | 0 | 0.32 | 0.24 | 130.4 | 0.38 | 0.62 |
| Hex | 78 | C3 | 85 | 26 | 0 | 20 | 18 | 82 | 26 | 3E |
| Octal | 170 | 303 | 205 | 46 | 0 | 40 | 30 | 202 | 46 | 76 |
| Binary | 1111000 | 11000011 | 10000101 | 100110 | 0 | 100000 | 11000 | 10000010 | 100110 | 111110 |
Color Harmonies of #78C385
Complementary color
Monochromatic Colors of #78C385
Black with #78C385
Text Example
Text Example
White with #78C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C385; }
p { color: rgb(120,195,133); }
H1.HeaderClassName
{
color: #78C385;
}
.AnyTagClassName
{
color: #78C385;
}
</style>
background-color css
<style>
a { background-color: #78C385; }
a { background-color: rgb(120,195,133); }
div.DivClassName
{
background-color: #78C385;
}
.BgClassName
{
background-color: #78C385;
}
</style>
border-color css
<style>
span { border-color: #78C385; }
span { border-color: rgb(120,195,133); }
td.TdClassName
{
border-color: #78C385;
}
.TagClassName
{
border-color: #78C385;
}
</style>