Shades of De York #78C387
Tints of De York #78C387
RGB
CMYK
RGB Variations
Color information
#78C387 (or 0x78C387) is known color: De York. HEX triplet: 78, C3 and 87. RGB value is (120,195,135). Sum of RGB (Red+Green+Blue) = 120+195+135=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #78C387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C387 is #873C78. Grayscale: #A5A5A5. Windows color (decimal): -8862841 or 8897400. OLE color: 8897400.
HSL color Cylindrical-coordinate representation of color #78C387: hue angle of 132º 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 #78C387 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 135 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.24 |
| HSL | 132º | 0.38% | 0.62% | - |
| HSV(B) | 132º | 0.38% | 0.76% | - |
| XYZ | 31.63 | 44.77 | 29.9 | - |
| YUV | 165.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 135 | 0.38 | 0 | 0.31 | 0.24 | 132 | 0.38 | 0.62 |
| Hex | 78 | C3 | 87 | 26 | 0 | 1F | 18 | 84 | 26 | 3E |
| Octal | 170 | 303 | 207 | 46 | 0 | 37 | 30 | 204 | 46 | 76 |
| Binary | 1111000 | 11000011 | 10000111 | 100110 | 0 | 11111 | 11000 | 10000100 | 100110 | 111110 |
Color Harmonies of #78C387
Complementary color
Monochromatic Colors of #78C387
Black with #78C387
Text Example
Text Example
White with #78C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C387; }
p { color: rgb(120,195,135); }
H1.HeaderClassName
{
color: #78C387;
}
.AnyTagClassName
{
color: #78C387;
}
</style>
background-color css
<style>
a { background-color: #78C387; }
a { background-color: rgb(120,195,135); }
div.DivClassName
{
background-color: #78C387;
}
.BgClassName
{
background-color: #78C387;
}
</style>
border-color css
<style>
span { border-color: #78C387; }
span { border-color: rgb(120,195,135); }
td.TdClassName
{
border-color: #78C387;
}
.TagClassName
{
border-color: #78C387;
}
</style>