Shades of De York #7CDB99
Tints of De York #7CDB99
RGB
CMYK
RGB Variations
Color information
#7CDB99 (or 0x7CDB99) is known color: De York. HEX triplet: 7C, DB and 99. RGB value is (124,219,153). Sum of RGB (Red+Green+Blue) = 124+219+153=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB99 is #832466. Grayscale: #B7B7B7. Windows color (decimal): -8594535 or 10083196. OLE color: 10083196.
HSL color Cylindrical-coordinate representation of color #7CDB99: hue angle of 138.32º 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 #7CDB99 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 153 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.14 |
| HSL | 138.32º | 0.57% | 0.67% | - |
| HSV(B) | 138.32º | 0.43% | 0.86% | - |
| XYZ | 39.39 | 57.25 | 39.11 | - |
| YUV | 183.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 153 | 0.43 | 0 | 0.30 | 0.14 | 138.32 | 0.57 | 0.67 |
| Hex | 7C | DB | 99 | 2B | 0 | 1E | E | 8A | 39 | 43 |
| Octal | 174 | 333 | 231 | 53 | 0 | 36 | 16 | 212 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10011001 | 101011 | 0 | 11110 | 1110 | 10001010 | 111001 | 1000011 |
Color Harmonies of #7CDB99
Complementary color
Monochromatic Colors of #7CDB99
Black with #7CDB99
Text Example
Text Example
White with #7CDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB99; }
p { color: rgb(124,219,153); }
H1.HeaderClassName
{
color: #7CDB99;
}
.AnyTagClassName
{
color: #7CDB99;
}
</style>
background-color css
<style>
a { background-color: #7CDB99; }
a { background-color: rgb(124,219,153); }
div.DivClassName
{
background-color: #7CDB99;
}
.BgClassName
{
background-color: #7CDB99;
}
</style>
border-color css
<style>
span { border-color: #7CDB99; }
span { border-color: rgb(124,219,153); }
td.TdClassName
{
border-color: #7CDB99;
}
.TagClassName
{
border-color: #7CDB99;
}
</style>