Shades of De York #7FC481
Tints of De York #7FC481
RGB
CMYK
RGB Variations
Color information
#7FC481 (or 0x7FC481) is known color: De York. HEX triplet: 7F, C4 and 81. RGB value is (127,196,129). Sum of RGB (Red+Green+Blue) = 127+196+129=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC481 is #803B7E. Grayscale: #A7A7A7. Windows color (decimal): -8403839 or 8504447. OLE color: 8504447.
HSL color Cylindrical-coordinate representation of color #7FC481: hue angle of 121.74º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC481 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 129 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.23 |
| HSL | 121.74º | 0.37% | 0.63% | - |
| HSV(B) | 121.74º | 0.35% | 0.77% | - |
| XYZ | 32.45 | 45.58 | 27.86 | - |
| YUV | 167.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 129 | 0.35 | 0 | 0.34 | 0.23 | 121.74 | 0.37 | 0.63 |
| Hex | 7F | C4 | 81 | 23 | 0 | 22 | 17 | 7A | 25 | 3F |
| Octal | 177 | 304 | 201 | 43 | 0 | 42 | 27 | 172 | 45 | 77 |
| Binary | 1111111 | 11000100 | 10000001 | 100011 | 0 | 100010 | 10111 | 1111010 | 100101 | 111111 |
Color Harmonies of #7FC481
Complementary color
Monochromatic Colors of #7FC481
Black with #7FC481
Text Example
Text Example
White with #7FC481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC481; }
p { color: rgb(127,196,129); }
H1.HeaderClassName
{
color: #7FC481;
}
.AnyTagClassName
{
color: #7FC481;
}
</style>
background-color css
<style>
a { background-color: #7FC481; }
a { background-color: rgb(127,196,129); }
div.DivClassName
{
background-color: #7FC481;
}
.BgClassName
{
background-color: #7FC481;
}
</style>
border-color css
<style>
span { border-color: #7FC481; }
span { border-color: rgb(127,196,129); }
td.TdClassName
{
border-color: #7FC481;
}
.TagClassName
{
border-color: #7FC481;
}
</style>