Shades of De York #78CA7F
Tints of De York #78CA7F
RGB
CMYK
RGB Variations
Color information
#78CA7F (or 0x78CA7F) is known color: De York. HEX triplet: 78, CA and 7F. RGB value is (120,202,127). Sum of RGB (Red+Green+Blue) = 120+202+127=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA7F is #873580. Grayscale: #A9A9A9. Windows color (decimal): -8861057 or 8374904. OLE color: 8374904.
HSL color Cylindrical-coordinate representation of color #78CA7F: hue angle of 125.12º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA7F is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 127 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.21 |
| HSL | 125.12º | 0.44% | 0.63% | - |
| HSV(B) | 125.12º | 0.41% | 0.79% | - |
| XYZ | 32.7 | 47.77 | 27.58 | - |
| YUV | 168.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 127 | 0.41 | 0 | 0.37 | 0.21 | 125.12 | 0.44 | 0.63 |
| Hex | 78 | CA | 7F | 29 | 0 | 25 | 15 | 7D | 2C | 3F |
| Octal | 170 | 312 | 177 | 51 | 0 | 45 | 25 | 175 | 54 | 77 |
| Binary | 1111000 | 11001010 | 1111111 | 101001 | 0 | 100101 | 10101 | 1111101 | 101100 | 111111 |
Color Harmonies of #78CA7F
Complementary color
Monochromatic Colors of #78CA7F
Black with #78CA7F
Text Example
Text Example
White with #78CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA7F; }
p { color: rgb(120,202,127); }
H1.HeaderClassName
{
color: #78CA7F;
}
.AnyTagClassName
{
color: #78CA7F;
}
</style>
background-color css
<style>
a { background-color: #78CA7F; }
a { background-color: rgb(120,202,127); }
div.DivClassName
{
background-color: #78CA7F;
}
.BgClassName
{
background-color: #78CA7F;
}
</style>
border-color css
<style>
span { border-color: #78CA7F; }
span { border-color: rgb(120,202,127); }
td.TdClassName
{
border-color: #78CA7F;
}
.TagClassName
{
border-color: #78CA7F;
}
</style>