Shades of De York #7FCC89
Tints of De York #7FCC89
RGB
CMYK
RGB Variations
Color information
#7FCC89 (or 0x7FCC89) is known color: De York. HEX triplet: 7F, CC and 89. RGB value is (127,204,137). Sum of RGB (Red+Green+Blue) = 127+204+137=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC89 is #803376. Grayscale: #ADADAD. Windows color (decimal): -8401783 or 9030783. OLE color: 9030783.
HSL color Cylindrical-coordinate representation of color #7FCC89: hue angle of 127.79º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCC89 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 137 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.2 |
| HSL | 127.79º | 0.43% | 0.65% | - |
| HSV(B) | 127.79º | 0.38% | 0.8% | - |
| XYZ | 34.86 | 49.5 | 31.38 | - |
| YUV | 173.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 137 | 0.38 | 0 | 0.33 | 0.2 | 127.79 | 0.43 | 0.65 |
| Hex | 7F | CC | 89 | 26 | 0 | 21 | 14 | 80 | 2B | 41 |
| Octal | 177 | 314 | 211 | 46 | 0 | 41 | 24 | 200 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10001001 | 100110 | 0 | 100001 | 10100 | 10000000 | 101011 | 1000001 |
Color Harmonies of #7FCC89
Complementary color
Monochromatic Colors of #7FCC89
Black with #7FCC89
Text Example
Text Example
White with #7FCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCC89; }
p { color: rgb(127,204,137); }
H1.HeaderClassName
{
color: #7FCC89;
}
.AnyTagClassName
{
color: #7FCC89;
}
</style>
background-color css
<style>
a { background-color: #7FCC89; }
a { background-color: rgb(127,204,137); }
div.DivClassName
{
background-color: #7FCC89;
}
.BgClassName
{
background-color: #7FCC89;
}
</style>
border-color css
<style>
span { border-color: #7FCC89; }
span { border-color: rgb(127,204,137); }
td.TdClassName
{
border-color: #7FCC89;
}
.TagClassName
{
border-color: #7FCC89;
}
</style>