Shades of De York #7FC375
Tints of De York #7FC375
RGB
CMYK
RGB Variations
Color information
#7FC375 (or 0x7FC375) is known color: De York. HEX triplet: 7F, C3 and 75. RGB value is (127,195,117). Sum of RGB (Red+Green+Blue) = 127+195+117=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC375 is #803C8A. Grayscale: #A6A6A6. Windows color (decimal): -8404107 or 7717759. OLE color: 7717759.
HSL color Cylindrical-coordinate representation of color #7FC375: hue angle of 112.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FC375 is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 195 | 117 | - |
| CMYK | 0.35 | 0 | 0.4 | 0.24 |
| HSL | 112.31º | 0.39% | 0.61% | - |
| HSV(B) | 112.31º | 0.4% | 0.76% | - |
| XYZ | 31.48 | 44.83 | 23.82 | - |
| YUV | 165.78 | 100.47 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 195 | 117 | 0.35 | 0 | 0.4 | 0.24 | 112.31 | 0.39 | 0.61 |
| Hex | 7F | C3 | 75 | 23 | 0 | 28 | 18 | 70 | 27 | 3D |
| Octal | 177 | 303 | 165 | 43 | 0 | 50 | 30 | 160 | 47 | 75 |
| Binary | 1111111 | 11000011 | 1110101 | 100011 | 0 | 101000 | 11000 | 1110000 | 100111 | 111101 |
Color Harmonies of #7FC375
Complementary color
Monochromatic Colors of #7FC375
Black with #7FC375
Text Example
Text Example
White with #7FC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC375; }
p { color: rgb(127,195,117); }
H1.HeaderClassName
{
color: #7FC375;
}
.AnyTagClassName
{
color: #7FC375;
}
</style>
background-color css
<style>
a { background-color: #7FC375; }
a { background-color: rgb(127,195,117); }
div.DivClassName
{
background-color: #7FC375;
}
.BgClassName
{
background-color: #7FC375;
}
</style>
border-color css
<style>
span { border-color: #7FC375; }
span { border-color: rgb(127,195,117); }
td.TdClassName
{
border-color: #7FC375;
}
.TagClassName
{
border-color: #7FC375;
}
</style>