Shades of De York #7FC27B
Tints of De York #7FC27B
RGB
CMYK
RGB Variations
Color information
#7FC27B (or 0x7FC27B) is known color: De York. HEX triplet: 7F, C2 and 7B. RGB value is (127,194,123). Sum of RGB (Red+Green+Blue) = 127+194+123=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC27B is #803D84. Grayscale: #A6A6A6. Windows color (decimal): -8404357 or 8110719. OLE color: 8110719.
HSL color Cylindrical-coordinate representation of color #7FC27B: hue angle of 116.62º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC27B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 123 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.24 |
| HSL | 116.62º | 0.37% | 0.62% | - |
| HSV(B) | 116.62º | 0.37% | 0.76% | - |
| XYZ | 31.62 | 44.53 | 25.67 | - |
| YUV | 165.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 123 | 0.35 | 0 | 0.37 | 0.24 | 116.62 | 0.37 | 0.62 |
| Hex | 7F | C2 | 7B | 23 | 0 | 25 | 18 | 75 | 25 | 3E |
| Octal | 177 | 302 | 173 | 43 | 0 | 45 | 30 | 165 | 45 | 76 |
| Binary | 1111111 | 11000010 | 1111011 | 100011 | 0 | 100101 | 11000 | 1110101 | 100101 | 111110 |
Color Harmonies of #7FC27B
Complementary color
Monochromatic Colors of #7FC27B
Black with #7FC27B
Text Example
Text Example
White with #7FC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC27B; }
p { color: rgb(127,194,123); }
H1.HeaderClassName
{
color: #7FC27B;
}
.AnyTagClassName
{
color: #7FC27B;
}
</style>
background-color css
<style>
a { background-color: #7FC27B; }
a { background-color: rgb(127,194,123); }
div.DivClassName
{
background-color: #7FC27B;
}
.BgClassName
{
background-color: #7FC27B;
}
</style>
border-color css
<style>
span { border-color: #7FC27B; }
span { border-color: rgb(127,194,123); }
td.TdClassName
{
border-color: #7FC27B;
}
.TagClassName
{
border-color: #7FC27B;
}
</style>