Shades of De York #7CDF8F
Tints of De York #7CDF8F
RGB
CMYK
RGB Variations
Color information
#7CDF8F (or 0x7CDF8F) is known color: De York. HEX triplet: 7C, DF and 8F. RGB value is (124,223,143). Sum of RGB (Red+Green+Blue) = 124+223+143=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDF8F is #832070. Grayscale: #B8B8B8. Windows color (decimal): -8593521 or 9428860. OLE color: 9428860.
HSL color Cylindrical-coordinate representation of color #7CDF8F: hue angle of 131.52º degrees, saturation: 0.61, 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 #7CDF8F is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 143 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.13 |
| HSL | 131.52º | 0.61% | 0.68% | - |
| HSV(B) | 131.52º | 0.44% | 0.87% | - |
| XYZ | 39.66 | 59.04 | 35.29 | - |
| YUV | 184.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 143 | 0.44 | 0 | 0.36 | 0.13 | 131.52 | 0.61 | 0.68 |
| Hex | 7C | DF | 8F | 2C | 0 | 24 | D | 84 | 3D | 44 |
| Octal | 174 | 337 | 217 | 54 | 0 | 44 | 15 | 204 | 75 | 104 |
| Binary | 1111100 | 11011111 | 10001111 | 101100 | 0 | 100100 | 1101 | 10000100 | 111101 | 1000100 |
Color Harmonies of #7CDF8F
Complementary color
Monochromatic Colors of #7CDF8F
Black with #7CDF8F
Text Example
Text Example
White with #7CDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDF8F; }
p { color: rgb(124,223,143); }
H1.HeaderClassName
{
color: #7CDF8F;
}
.AnyTagClassName
{
color: #7CDF8F;
}
</style>
background-color css
<style>
a { background-color: #7CDF8F; }
a { background-color: rgb(124,223,143); }
div.DivClassName
{
background-color: #7CDF8F;
}
.BgClassName
{
background-color: #7CDF8F;
}
</style>
border-color css
<style>
span { border-color: #7CDF8F; }
span { border-color: rgb(124,223,143); }
td.TdClassName
{
border-color: #7CDF8F;
}
.TagClassName
{
border-color: #7CDF8F;
}
</style>