Shades of De York #7DD281
Tints of De York #7DD281
RGB
CMYK
RGB Variations
Color information
#7DD281 (or 0x7DD281) is known color: De York. HEX triplet: 7D, D2 and 81. RGB value is (125,210,129). Sum of RGB (Red+Green+Blue) = 125+210+129=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD281 is #822D7E. Grayscale: #AFAFAF. Windows color (decimal): -8531327 or 8508029. OLE color: 8508029.
HSL color Cylindrical-coordinate representation of color #7DD281: hue angle of 122.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD281 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 129 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.18 |
| HSL | 122.82º | 0.49% | 0.66% | - |
| HSV(B) | 122.82º | 0.4% | 0.82% | - |
| XYZ | 35.47 | 52.04 | 28.94 | - |
| YUV | 175.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 129 | 0.40 | 0 | 0.39 | 0.18 | 122.82 | 0.49 | 0.66 |
| Hex | 7D | D2 | 81 | 28 | 0 | 27 | 12 | 7B | 31 | 42 |
| Octal | 175 | 322 | 201 | 50 | 0 | 47 | 22 | 173 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10000001 | 101000 | 0 | 100111 | 10010 | 1111011 | 110001 | 1000010 |
Color Harmonies of #7DD281
Complementary color
Monochromatic Colors of #7DD281
Black with #7DD281
Text Example
Text Example
White with #7DD281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD281; }
p { color: rgb(125,210,129); }
H1.HeaderClassName
{
color: #7DD281;
}
.AnyTagClassName
{
color: #7DD281;
}
</style>
background-color css
<style>
a { background-color: #7DD281; }
a { background-color: rgb(125,210,129); }
div.DivClassName
{
background-color: #7DD281;
}
.BgClassName
{
background-color: #7DD281;
}
</style>
border-color css
<style>
span { border-color: #7DD281; }
span { border-color: rgb(125,210,129); }
td.TdClassName
{
border-color: #7DD281;
}
.TagClassName
{
border-color: #7DD281;
}
</style>