Shades of De York #7FBD81
Tints of De York #7FBD81
RGB
CMYK
RGB Variations
Color information
#7FBD81 (or 0x7FBD81) is known color: De York. HEX triplet: 7F, BD and 81. RGB value is (127,189,129). Sum of RGB (Red+Green+Blue) = 127+189+129=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBD81 is #80427E. Grayscale: #A3A3A3. Windows color (decimal): -8405631 or 8502655. OLE color: 8502655.
HSL color Cylindrical-coordinate representation of color #7FBD81: hue angle of 121.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBD81 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 129 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.26 |
| HSL | 121.94º | 0.32% | 0.62% | - |
| HSV(B) | 121.94º | 0.33% | 0.74% | - |
| XYZ | 30.91 | 42.49 | 27.34 | - |
| YUV | 163.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 129 | 0.33 | 0 | 0.32 | 0.26 | 121.94 | 0.32 | 0.62 |
| Hex | 7F | BD | 81 | 21 | 0 | 20 | 1A | 7A | 20 | 3E |
| Octal | 177 | 275 | 201 | 41 | 0 | 40 | 32 | 172 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10000001 | 100001 | 0 | 100000 | 11010 | 1111010 | 100000 | 111110 |
Color Harmonies of #7FBD81
Complementary color
Monochromatic Colors of #7FBD81
Black with #7FBD81
Text Example
Text Example
White with #7FBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD81; }
p { color: rgb(127,189,129); }
H1.HeaderClassName
{
color: #7FBD81;
}
.AnyTagClassName
{
color: #7FBD81;
}
</style>
background-color css
<style>
a { background-color: #7FBD81; }
a { background-color: rgb(127,189,129); }
div.DivClassName
{
background-color: #7FBD81;
}
.BgClassName
{
background-color: #7FBD81;
}
</style>
border-color css
<style>
span { border-color: #7FBD81; }
span { border-color: rgb(127,189,129); }
td.TdClassName
{
border-color: #7FBD81;
}
.TagClassName
{
border-color: #7FBD81;
}
</style>