Shades of De York #7DDB8C
Tints of De York #7DDB8C
RGB
CMYK
RGB Variations
Color information
#7DDB8C (or 0x7DDB8C) is known color: De York. HEX triplet: 7D, DB and 8C. RGB value is (125,219,140). Sum of RGB (Red+Green+Blue) = 125+219+140=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB8C is #822473. Grayscale: #B6B6B6. Windows color (decimal): -8529012 or 9231229. OLE color: 9231229.
HSL color Cylindrical-coordinate representation of color #7DDB8C: hue angle of 129.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB8C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
RGB | 125 | 219 | 140 | - |
CMYK | 0.43 | 0 | 0.36 | 0.14 |
HSL | 129.57º | 0.57% | 0.67% | - |
HSV(B) | 129.57º | 0.43% | 0.86% | - |
XYZ | 38.52 | 56.92 | 33.77 | - |
YUV | 181.89 | 104.36 | 87.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 219 | 140 | 0.43 | 0 | 0.36 | 0.14 | 129.57 | 0.57 | 0.67 |
Hex | 7D | DB | 8C | 2B | 0 | 24 | E | 82 | 39 | 43 |
Octal | 175 | 333 | 214 | 53 | 0 | 44 | 16 | 202 | 71 | 103 |
Binary | 1111101 | 11011011 | 10001100 | 101011 | 0 | 100100 | 1110 | 10000010 | 111001 | 1000011 |
Color Harmonies of #7DDB8C
Complementary color
Monochromatic Colors of #7DDB8C
Black with #7DDB8C
Text Example
Text Example
White with #7DDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB8C; }
p { color: rgb(125,219,140); }
H1.HeaderClassName
{
color: #7DDB8C;
}
.AnyTagClassName
{
color: #7DDB8C;
}
</style>
background-color css
<style>
a { background-color: #7DDB8C; }
a { background-color: rgb(125,219,140); }
div.DivClassName
{
background-color: #7DDB8C;
}
.BgClassName
{
background-color: #7DDB8C;
}
</style>
border-color css
<style>
span { border-color: #7DDB8C; }
span { border-color: rgb(125,219,140); }
td.TdClassName
{
border-color: #7DDB8C;
}
.TagClassName
{
border-color: #7DDB8C;
}
</style>