Shades of De York #7FBD78
Tints of De York #7FBD78
RGB
CMYK
RGB Variations
Color information
#7FBD78 (or 0x7FBD78) is known color: De York. HEX triplet: 7F, BD and 78. RGB value is (127,189,120). Sum of RGB (Red+Green+Blue) = 127+189+120=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD78 is #804287. Grayscale: #A2A2A2. Windows color (decimal): -8405640 or 7912831. OLE color: 7912831.
HSL color Cylindrical-coordinate representation of color #7FBD78: hue angle of 113.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FBD78 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 120 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.26 |
| HSL | 113.91º | 0.34% | 0.61% | - |
| HSV(B) | 113.91º | 0.37% | 0.74% | - |
| XYZ | 30.34 | 42.26 | 24.33 | - |
| YUV | 162.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 120 | 0.33 | 0 | 0.37 | 0.26 | 113.91 | 0.34 | 0.61 |
| Hex | 7F | BD | 78 | 21 | 0 | 25 | 1A | 72 | 22 | 3D |
| Octal | 177 | 275 | 170 | 41 | 0 | 45 | 32 | 162 | 42 | 75 |
| Binary | 1111111 | 10111101 | 1111000 | 100001 | 0 | 100101 | 11010 | 1110010 | 100010 | 111101 |
Color Harmonies of #7FBD78
Complementary color
Monochromatic Colors of #7FBD78
Black with #7FBD78
Text Example
Text Example
White with #7FBD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD78; }
p { color: rgb(127,189,120); }
H1.HeaderClassName
{
color: #7FBD78;
}
.AnyTagClassName
{
color: #7FBD78;
}
</style>
background-color css
<style>
a { background-color: #7FBD78; }
a { background-color: rgb(127,189,120); }
div.DivClassName
{
background-color: #7FBD78;
}
.BgClassName
{
background-color: #7FBD78;
}
</style>
border-color css
<style>
span { border-color: #7FBD78; }
span { border-color: rgb(127,189,120); }
td.TdClassName
{
border-color: #7FBD78;
}
.TagClassName
{
border-color: #7FBD78;
}
</style>