Shades of De York #7DDF93
Tints of De York #7DDF93
RGB
CMYK
RGB Variations
Color information
#7DDF93 (or 0x7DDF93) is known color: De York. HEX triplet: 7D, DF and 93. RGB value is (125,223,147). Sum of RGB (Red+Green+Blue) = 125+223+147=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF93 is #82206C. Grayscale: #B9B9B9. Windows color (decimal): -8527981 or 9691005. OLE color: 9691005.
HSL color Cylindrical-coordinate representation of color #7DDF93: hue angle of 133.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDF93 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 147 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.13 |
| HSL | 133.47º | 0.6% | 0.68% | - |
| HSV(B) | 133.47º | 0.44% | 0.87% | - |
| XYZ | 40.11 | 59.24 | 36.92 | - |
| YUV | 185.03 | 106.53 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 147 | 0.44 | 0 | 0.34 | 0.13 | 133.47 | 0.6 | 0.68 |
| Hex | 7D | DF | 93 | 2C | 0 | 22 | D | 85 | 3C | 44 |
| Octal | 175 | 337 | 223 | 54 | 0 | 42 | 15 | 205 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10010011 | 101100 | 0 | 100010 | 1101 | 10000101 | 111100 | 1000100 |
Color Harmonies of #7DDF93
Complementary color
Monochromatic Colors of #7DDF93
Black with #7DDF93
Text Example
Text Example
White with #7DDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF93; }
p { color: rgb(125,223,147); }
H1.HeaderClassName
{
color: #7DDF93;
}
.AnyTagClassName
{
color: #7DDF93;
}
</style>
background-color css
<style>
a { background-color: #7DDF93; }
a { background-color: rgb(125,223,147); }
div.DivClassName
{
background-color: #7DDF93;
}
.BgClassName
{
background-color: #7DDF93;
}
</style>
border-color css
<style>
span { border-color: #7DDF93; }
span { border-color: rgb(125,223,147); }
td.TdClassName
{
border-color: #7DDF93;
}
.TagClassName
{
border-color: #7DDF93;
}
</style>