Shades of De York #7CDB8C
Tints of De York #7CDB8C
RGB
CMYK
RGB Variations
Color information
#7CDB8C (or 0x7CDB8C) is known color: De York. HEX triplet: 7C, DB and 8C. RGB value is (124,219,140). Sum of RGB (Red+Green+Blue) = 124+219+140=483 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.67% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB8C is #832473. Grayscale: #B5B5B5. Windows color (decimal): -8594548 or 9231228. OLE color: 9231228.
HSL color Cylindrical-coordinate representation of color #7CDB8C: hue angle of 130.11º 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 #7CDB8C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 140 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.14 |
| HSL | 130.11º | 0.57% | 0.67% | - |
| HSV(B) | 130.11º | 0.43% | 0.86% | - |
| XYZ | 38.38 | 56.84 | 33.76 | - |
| YUV | 181.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 140 | 0.43 | 0 | 0.36 | 0.14 | 130.11 | 0.57 | 0.67 |
| Hex | 7C | DB | 8C | 2B | 0 | 24 | E | 82 | 39 | 43 |
| Octal | 174 | 333 | 214 | 53 | 0 | 44 | 16 | 202 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10001100 | 101011 | 0 | 100100 | 1110 | 10000010 | 111001 | 1000011 |
Color Harmonies of #7CDB8C
Complementary color
Monochromatic Colors of #7CDB8C
Black with #7CDB8C
Text Example
Text Example
White with #7CDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDB8C; }
p { color: rgb(124,219,140); }
H1.HeaderClassName
{
color: #7CDB8C;
}
.AnyTagClassName
{
color: #7CDB8C;
}
</style>
background-color css
<style>
a { background-color: #7CDB8C; }
a { background-color: rgb(124,219,140); }
div.DivClassName
{
background-color: #7CDB8C;
}
.BgClassName
{
background-color: #7CDB8C;
}
</style>
border-color css
<style>
span { border-color: #7CDB8C; }
span { border-color: rgb(124,219,140); }
td.TdClassName
{
border-color: #7CDB8C;
}
.TagClassName
{
border-color: #7CDB8C;
}
</style>