Shades of De York #7DD694
Tints of De York #7DD694
RGB
CMYK
RGB Variations
Color information
#7DD694 (or 0x7DD694) is known color: De York. HEX triplet: 7D, D6 and 94. RGB value is (125,214,148). Sum of RGB (Red+Green+Blue) = 125+214+148=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD694 is #82296B. Grayscale: #B4B4B4. Windows color (decimal): -8530284 or 9754237. OLE color: 9754237.
HSL color Cylindrical-coordinate representation of color #7DD694: hue angle of 135.51º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD694 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 148 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.16 |
| HSL | 135.51º | 0.52% | 0.66% | - |
| HSV(B) | 135.51º | 0.42% | 0.84% | - |
| XYZ | 37.85 | 54.59 | 36.56 | - |
| YUV | 179.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 148 | 0.42 | 0 | 0.31 | 0.16 | 135.51 | 0.52 | 0.66 |
| Hex | 7D | D6 | 94 | 2A | 0 | 1F | 10 | 88 | 34 | 42 |
| Octal | 175 | 326 | 224 | 52 | 0 | 37 | 20 | 210 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10010100 | 101010 | 0 | 11111 | 10000 | 10001000 | 110100 | 1000010 |
Color Harmonies of #7DD694
Complementary color
Monochromatic Colors of #7DD694
Black with #7DD694
Text Example
Text Example
White with #7DD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD694; }
p { color: rgb(125,214,148); }
H1.HeaderClassName
{
color: #7DD694;
}
.AnyTagClassName
{
color: #7DD694;
}
</style>
background-color css
<style>
a { background-color: #7DD694; }
a { background-color: rgb(125,214,148); }
div.DivClassName
{
background-color: #7DD694;
}
.BgClassName
{
background-color: #7DD694;
}
</style>
border-color css
<style>
span { border-color: #7DD694; }
span { border-color: rgb(125,214,148); }
td.TdClassName
{
border-color: #7DD694;
}
.TagClassName
{
border-color: #7DD694;
}
</style>