Shades of De York #7DBF81
Tints of De York #7DBF81
RGB
CMYK
RGB Variations
Color information
#7DBF81 (or 0x7DBF81) is known color: De York. HEX triplet: 7D, BF and 81. RGB value is (125,191,129). Sum of RGB (Red+Green+Blue) = 125+191+129=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF81 is #82407E. Grayscale: #A4A4A4. Windows color (decimal): -8536191 or 8503165. OLE color: 8503165.
HSL color Cylindrical-coordinate representation of color #7DBF81: hue angle of 123.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF81 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 129 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.25 |
| HSL | 123.64º | 0.34% | 0.62% | - |
| HSV(B) | 123.64º | 0.35% | 0.75% | - |
| XYZ | 31.05 | 43.21 | 27.47 | - |
| YUV | 164.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 129 | 0.35 | 0 | 0.32 | 0.25 | 123.64 | 0.34 | 0.62 |
| Hex | 7D | BF | 81 | 23 | 0 | 20 | 19 | 7C | 22 | 3E |
| Octal | 175 | 277 | 201 | 43 | 0 | 40 | 31 | 174 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10000001 | 100011 | 0 | 100000 | 11001 | 1111100 | 100010 | 111110 |
Color Harmonies of #7DBF81
Complementary color
Monochromatic Colors of #7DBF81
Black with #7DBF81
Text Example
Text Example
White with #7DBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF81; }
p { color: rgb(125,191,129); }
H1.HeaderClassName
{
color: #7DBF81;
}
.AnyTagClassName
{
color: #7DBF81;
}
</style>
background-color css
<style>
a { background-color: #7DBF81; }
a { background-color: rgb(125,191,129); }
div.DivClassName
{
background-color: #7DBF81;
}
.BgClassName
{
background-color: #7DBF81;
}
</style>
border-color css
<style>
span { border-color: #7DBF81; }
span { border-color: rgb(125,191,129); }
td.TdClassName
{
border-color: #7DBF81;
}
.TagClassName
{
border-color: #7DBF81;
}
</style>