Shades of De York #75C577
Tints of De York #75C577
RGB
CMYK
RGB Variations
Color information
#75C577 (or 0x75C577) is known color: De York. HEX triplet: 75, C5 and 77. RGB value is (117,197,119). Sum of RGB (Red+Green+Blue) = 117+197+119=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #75C577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C577 is #8A3A88. Grayscale: #A4A4A4. Windows color (decimal): -9058953 or 7849333. OLE color: 7849333.
HSL color Cylindrical-coordinate representation of color #75C577: hue angle of 121.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C577 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 119 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.23 |
| HSL | 121.5º | 0.41% | 0.62% | - |
| HSV(B) | 121.5º | 0.41% | 0.77% | - |
| XYZ | 30.63 | 45.05 | 24.53 | - |
| YUV | 164.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 119 | 0.41 | 0 | 0.40 | 0.23 | 121.5 | 0.41 | 0.62 |
| Hex | 75 | C5 | 77 | 29 | 0 | 28 | 17 | 7A | 29 | 3E |
| Octal | 165 | 305 | 167 | 51 | 0 | 50 | 27 | 172 | 51 | 76 |
| Binary | 1110101 | 11000101 | 1110111 | 101001 | 0 | 101000 | 10111 | 1111010 | 101001 | 111110 |
Color Harmonies of #75C577
Complementary color
Monochromatic Colors of #75C577
Black with #75C577
Text Example
Text Example
White with #75C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C577; }
p { color: rgb(117,197,119); }
H1.HeaderClassName
{
color: #75C577;
}
.AnyTagClassName
{
color: #75C577;
}
</style>
background-color css
<style>
a { background-color: #75C577; }
a { background-color: rgb(117,197,119); }
div.DivClassName
{
background-color: #75C577;
}
.BgClassName
{
background-color: #75C577;
}
</style>
border-color css
<style>
span { border-color: #75C577; }
span { border-color: rgb(117,197,119); }
td.TdClassName
{
border-color: #75C577;
}
.TagClassName
{
border-color: #75C577;
}
</style>