Shades of De York #7FC28D
Tints of De York #7FC28D
RGB
CMYK
RGB Variations
Color information
#7FC28D (or 0x7FC28D) is known color: De York. HEX triplet: 7F, C2 and 8D. RGB value is (127,194,141). Sum of RGB (Red+Green+Blue) = 127+194+141=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC28D is #803D72. Grayscale: #A8A8A8. Windows color (decimal): -8404339 or 9290367. OLE color: 9290367.
HSL color Cylindrical-coordinate representation of color #7FC28D: hue angle of 132.54º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC28D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 141 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.24 |
| HSL | 132.54º | 0.35% | 0.63% | - |
| HSV(B) | 132.54º | 0.35% | 0.76% | - |
| XYZ | 32.85 | 45.02 | 32.16 | - |
| YUV | 167.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 141 | 0.35 | 0 | 0.27 | 0.24 | 132.54 | 0.35 | 0.63 |
| Hex | 7F | C2 | 8D | 23 | 0 | 1B | 18 | 85 | 23 | 3F |
| Octal | 177 | 302 | 215 | 43 | 0 | 33 | 30 | 205 | 43 | 77 |
| Binary | 1111111 | 11000010 | 10001101 | 100011 | 0 | 11011 | 11000 | 10000101 | 100011 | 111111 |
Color Harmonies of #7FC28D
Complementary color
Monochromatic Colors of #7FC28D
Black with #7FC28D
Text Example
Text Example
White with #7FC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC28D; }
p { color: rgb(127,194,141); }
H1.HeaderClassName
{
color: #7FC28D;
}
.AnyTagClassName
{
color: #7FC28D;
}
</style>
background-color css
<style>
a { background-color: #7FC28D; }
a { background-color: rgb(127,194,141); }
div.DivClassName
{
background-color: #7FC28D;
}
.BgClassName
{
background-color: #7FC28D;
}
</style>
border-color css
<style>
span { border-color: #7FC28D; }
span { border-color: rgb(127,194,141); }
td.TdClassName
{
border-color: #7FC28D;
}
.TagClassName
{
border-color: #7FC28D;
}
</style>