Shades of De York #7FBE7B
Tints of De York #7FBE7B
RGB
CMYK
RGB Variations
Color information
#7FBE7B (or 0x7FBE7B) is known color: De York. HEX triplet: 7F, BE and 7B. RGB value is (127,190,123). Sum of RGB (Red+Green+Blue) = 127+190+123=440 (58% of max value = 765). Red value is 127 (50% from 255 or 28.86% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE7B is #804184. Grayscale: #A3A3A3. Windows color (decimal): -8405381 or 8109695. OLE color: 8109695.
HSL color Cylindrical-coordinate representation of color #7FBE7B: hue angle of 116.42º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FBE7B is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 123 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.25 |
| HSL | 116.42º | 0.34% | 0.61% | - |
| HSV(B) | 116.42º | 0.35% | 0.75% | - |
| XYZ | 30.74 | 42.77 | 25.37 | - |
| YUV | 163.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 123 | 0.33 | 0 | 0.35 | 0.25 | 116.42 | 0.34 | 0.61 |
| Hex | 7F | BE | 7B | 21 | 0 | 23 | 19 | 74 | 22 | 3D |
| Octal | 177 | 276 | 173 | 41 | 0 | 43 | 31 | 164 | 42 | 75 |
| Binary | 1111111 | 10111110 | 1111011 | 100001 | 0 | 100011 | 11001 | 1110100 | 100010 | 111101 |
Color Harmonies of #7FBE7B
Complementary color
Monochromatic Colors of #7FBE7B
Black with #7FBE7B
Text Example
Text Example
White with #7FBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE7B; }
p { color: rgb(127,190,123); }
H1.HeaderClassName
{
color: #7FBE7B;
}
.AnyTagClassName
{
color: #7FBE7B;
}
</style>
background-color css
<style>
a { background-color: #7FBE7B; }
a { background-color: rgb(127,190,123); }
div.DivClassName
{
background-color: #7FBE7B;
}
.BgClassName
{
background-color: #7FBE7B;
}
</style>
border-color css
<style>
span { border-color: #7FBE7B; }
span { border-color: rgb(127,190,123); }
td.TdClassName
{
border-color: #7FBE7B;
}
.TagClassName
{
border-color: #7FBE7B;
}
</style>