Shades of De York #7DD083
Tints of De York #7DD083
RGB
CMYK
RGB Variations
Color information
#7DD083 (or 0x7DD083) is known color: De York. HEX triplet: 7D, D0 and 83. RGB value is (125,208,131). Sum of RGB (Red+Green+Blue) = 125+208+131=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD083 is #822F7C. Grayscale: #AEAEAE. Windows color (decimal): -8531837 or 8638589. OLE color: 8638589.
HSL color Cylindrical-coordinate representation of color #7DD083: hue angle of 124.34º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD083 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 131 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.18 |
| HSL | 124.34º | 0.47% | 0.65% | - |
| HSV(B) | 124.34º | 0.4% | 0.82% | - |
| XYZ | 35.11 | 51.11 | 29.49 | - |
| YUV | 174.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 131 | 0.40 | 0 | 0.37 | 0.18 | 124.34 | 0.47 | 0.65 |
| Hex | 7D | D0 | 83 | 28 | 0 | 25 | 12 | 7C | 2F | 41 |
| Octal | 175 | 320 | 203 | 50 | 0 | 45 | 22 | 174 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10000011 | 101000 | 0 | 100101 | 10010 | 1111100 | 101111 | 1000001 |
Color Harmonies of #7DD083
Complementary color
Monochromatic Colors of #7DD083
Black with #7DD083
Text Example
Text Example
White with #7DD083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD083; }
p { color: rgb(125,208,131); }
H1.HeaderClassName
{
color: #7DD083;
}
.AnyTagClassName
{
color: #7DD083;
}
</style>
background-color css
<style>
a { background-color: #7DD083; }
a { background-color: rgb(125,208,131); }
div.DivClassName
{
background-color: #7DD083;
}
.BgClassName
{
background-color: #7DD083;
}
</style>
border-color css
<style>
span { border-color: #7DD083; }
span { border-color: rgb(125,208,131); }
td.TdClassName
{
border-color: #7DD083;
}
.TagClassName
{
border-color: #7DD083;
}
</style>