Shades of De York #7BDD8F
Tints of De York #7BDD8F
RGB
CMYK
RGB Variations
Color information
#7BDD8F (or 0x7BDD8F) is known color: De York. HEX triplet: 7B, DD and 8F. RGB value is (123,221,143). Sum of RGB (Red+Green+Blue) = 123+221+143=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD8F is #842270. Grayscale: #B7B7B7. Windows color (decimal): -8659569 or 9428347. OLE color: 9428347.
HSL color Cylindrical-coordinate representation of color #7BDD8F: hue angle of 132.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDD8F is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 143 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.13 |
| HSL | 132.24º | 0.59% | 0.67% | - |
| HSV(B) | 132.24º | 0.44% | 0.87% | - |
| XYZ | 38.98 | 57.91 | 35.11 | - |
| YUV | 182.81 | 105.53 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 143 | 0.44 | 0 | 0.35 | 0.13 | 132.24 | 0.59 | 0.67 |
| Hex | 7B | DD | 8F | 2C | 0 | 23 | D | 84 | 3B | 43 |
| Octal | 173 | 335 | 217 | 54 | 0 | 43 | 15 | 204 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10001111 | 101100 | 0 | 100011 | 1101 | 10000100 | 111011 | 1000011 |
Color Harmonies of #7BDD8F
Complementary color
Monochromatic Colors of #7BDD8F
Black with #7BDD8F
Text Example
Text Example
White with #7BDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD8F; }
p { color: rgb(123,221,143); }
H1.HeaderClassName
{
color: #7BDD8F;
}
.AnyTagClassName
{
color: #7BDD8F;
}
</style>
background-color css
<style>
a { background-color: #7BDD8F; }
a { background-color: rgb(123,221,143); }
div.DivClassName
{
background-color: #7BDD8F;
}
.BgClassName
{
background-color: #7BDD8F;
}
</style>
border-color css
<style>
span { border-color: #7BDD8F; }
span { border-color: rgb(123,221,143); }
td.TdClassName
{
border-color: #7BDD8F;
}
.TagClassName
{
border-color: #7BDD8F;
}
</style>