Shades of De York #7CD28F
Tints of De York #7CD28F
RGB
CMYK
RGB Variations
Color information
#7CD28F (or 0x7CD28F) is known color: De York. HEX triplet: 7C, D2 and 8F. RGB value is (124,210,143). Sum of RGB (Red+Green+Blue) = 124+210+143=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CD28F is #832D70. Grayscale: #B0B0B0. Windows color (decimal): -8596849 or 9425532. OLE color: 9425532.
HSL color Cylindrical-coordinate representation of color #7CD28F: hue angle of 133.26º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD28F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 143 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.18 |
| HSL | 133.26º | 0.49% | 0.65% | - |
| HSV(B) | 133.26º | 0.41% | 0.82% | - |
| XYZ | 36.32 | 52.36 | 34.18 | - |
| YUV | 176.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 143 | 0.41 | 0 | 0.32 | 0.18 | 133.26 | 0.49 | 0.65 |
| Hex | 7C | D2 | 8F | 29 | 0 | 20 | 12 | 85 | 31 | 41 |
| Octal | 174 | 322 | 217 | 51 | 0 | 40 | 22 | 205 | 61 | 101 |
| Binary | 1111100 | 11010010 | 10001111 | 101001 | 0 | 100000 | 10010 | 10000101 | 110001 | 1000001 |
Color Harmonies of #7CD28F
Complementary color
Monochromatic Colors of #7CD28F
Black with #7CD28F
Text Example
Text Example
White with #7CD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD28F; }
p { color: rgb(124,210,143); }
H1.HeaderClassName
{
color: #7CD28F;
}
.AnyTagClassName
{
color: #7CD28F;
}
</style>
background-color css
<style>
a { background-color: #7CD28F; }
a { background-color: rgb(124,210,143); }
div.DivClassName
{
background-color: #7CD28F;
}
.BgClassName
{
background-color: #7CD28F;
}
</style>
border-color css
<style>
span { border-color: #7CD28F; }
span { border-color: rgb(124,210,143); }
td.TdClassName
{
border-color: #7CD28F;
}
.TagClassName
{
border-color: #7CD28F;
}
</style>