Shades of De York #7DC98A
Tints of De York #7DC98A
RGB
CMYK
RGB Variations
Color information
#7DC98A (or 0x7DC98A) is known color: De York. HEX triplet: 7D, C9 and 8A. RGB value is (125,201,138). Sum of RGB (Red+Green+Blue) = 125+201+138=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC98A is #823675. Grayscale: #ABABAB. Windows color (decimal): -8533622 or 9095549. OLE color: 9095549.
HSL color Cylindrical-coordinate representation of color #7DC98A: hue angle of 130.26º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC98A is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 138 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.21 |
| HSL | 130.26º | 0.41% | 0.64% | - |
| HSV(B) | 130.26º | 0.38% | 0.79% | - |
| XYZ | 33.93 | 47.97 | 31.52 | - |
| YUV | 171.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 138 | 0.38 | 0 | 0.31 | 0.21 | 130.26 | 0.41 | 0.64 |
| Hex | 7D | C9 | 8A | 26 | 0 | 1F | 15 | 82 | 29 | 40 |
| Octal | 175 | 311 | 212 | 46 | 0 | 37 | 25 | 202 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10001010 | 100110 | 0 | 11111 | 10101 | 10000010 | 101001 | 1000000 |
Color Harmonies of #7DC98A
Complementary color
Monochromatic Colors of #7DC98A
Black with #7DC98A
Text Example
Text Example
White with #7DC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC98A; }
p { color: rgb(125,201,138); }
H1.HeaderClassName
{
color: #7DC98A;
}
.AnyTagClassName
{
color: #7DC98A;
}
</style>
background-color css
<style>
a { background-color: #7DC98A; }
a { background-color: rgb(125,201,138); }
div.DivClassName
{
background-color: #7DC98A;
}
.BgClassName
{
background-color: #7DC98A;
}
</style>
border-color css
<style>
span { border-color: #7DC98A; }
span { border-color: rgb(125,201,138); }
td.TdClassName
{
border-color: #7DC98A;
}
.TagClassName
{
border-color: #7DC98A;
}
</style>