Shades of De York #7FCB89
Tints of De York #7FCB89
RGB
CMYK
RGB Variations
Color information
#7FCB89 (or 0x7FCB89) is known color: De York. HEX triplet: 7F, CB and 89. RGB value is (127,203,137). Sum of RGB (Red+Green+Blue) = 127+203+137=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCB89 is #803476. Grayscale: #ACACAC. Windows color (decimal): -8402039 or 9030527. OLE color: 9030527.
HSL color Cylindrical-coordinate representation of color #7FCB89: hue angle of 127.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCB89 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 203 | 137 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.20 |
| HSL | 127.89º | 0.42% | 0.65% | - |
| HSV(B) | 127.89º | 0.37% | 0.8% | - |
| XYZ | 34.62 | 49.03 | 31.31 | - |
| YUV | 172.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 137 | 0.37 | 0 | 0.33 | 0.20 | 127.89 | 0.42 | 0.65 |
| Hex | 7F | CB | 89 | 25 | 0 | 21 | 14 | 80 | 2A | 41 |
| Octal | 177 | 313 | 211 | 45 | 0 | 41 | 24 | 200 | 52 | 101 |
| Binary | 1111111 | 11001011 | 10001001 | 100101 | 0 | 100001 | 10100 | 10000000 | 101010 | 1000001 |
Color Harmonies of #7FCB89
Complementary color
Monochromatic Colors of #7FCB89
Black with #7FCB89
Text Example
Text Example
White with #7FCB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCB89; }
p { color: rgb(127,203,137); }
H1.HeaderClassName
{
color: #7FCB89;
}
.AnyTagClassName
{
color: #7FCB89;
}
</style>
background-color css
<style>
a { background-color: #7FCB89; }
a { background-color: rgb(127,203,137); }
div.DivClassName
{
background-color: #7FCB89;
}
.BgClassName
{
background-color: #7FCB89;
}
</style>
border-color css
<style>
span { border-color: #7FCB89; }
span { border-color: rgb(127,203,137); }
td.TdClassName
{
border-color: #7FCB89;
}
.TagClassName
{
border-color: #7FCB89;
}
</style>