Shades of De York #7FC389
Tints of De York #7FC389
RGB
CMYK
RGB Variations
Color information
#7FC389 (or 0x7FC389) is known color: De York. HEX triplet: 7F, C3 and 89. RGB value is (127,195,137). Sum of RGB (Red+Green+Blue) = 127+195+137=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC389 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC389 is #803C76. Grayscale: #A8A8A8. Windows color (decimal): -8404087 or 9028479. OLE color: 9028479.
HSL color Cylindrical-coordinate representation of color #7FC389: hue angle of 128.82º degrees, saturation: 0.36, 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 #7FC389 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 137 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.24 |
| HSL | 128.82º | 0.36% | 0.63% | - |
| HSV(B) | 128.82º | 0.35% | 0.76% | - |
| XYZ | 32.78 | 45.35 | 30.69 | - |
| YUV | 168.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 137 | 0.35 | 0 | 0.30 | 0.24 | 128.82 | 0.36 | 0.63 |
| Hex | 7F | C3 | 89 | 23 | 0 | 1E | 18 | 81 | 24 | 3F |
| Octal | 177 | 303 | 211 | 43 | 0 | 36 | 30 | 201 | 44 | 77 |
| Binary | 1111111 | 11000011 | 10001001 | 100011 | 0 | 11110 | 11000 | 10000001 | 100100 | 111111 |
Color Harmonies of #7FC389
Complementary color
Monochromatic Colors of #7FC389
Black with #7FC389
Text Example
Text Example
White with #7FC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC389; }
p { color: rgb(127,195,137); }
H1.HeaderClassName
{
color: #7FC389;
}
.AnyTagClassName
{
color: #7FC389;
}
</style>
background-color css
<style>
a { background-color: #7FC389; }
a { background-color: rgb(127,195,137); }
div.DivClassName
{
background-color: #7FC389;
}
.BgClassName
{
background-color: #7FC389;
}
</style>
border-color css
<style>
span { border-color: #7FC389; }
span { border-color: rgb(127,195,137); }
td.TdClassName
{
border-color: #7FC389;
}
.TagClassName
{
border-color: #7FC389;
}
</style>