Shades of De York #75C576
Tints of De York #75C576
RGB
CMYK
RGB Variations
Color information
#75C576 (or 0x75C576) is known color: De York. HEX triplet: 75, C5 and 76. RGB value is (117,197,118). Sum of RGB (Red+Green+Blue) = 117+197+118=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #75C576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C576 is #8A3A89. Grayscale: #A4A4A4. Windows color (decimal): -9058954 or 7783797. OLE color: 7783797.
HSL color Cylindrical-coordinate representation of color #75C576: hue angle of 120.75º 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 #75C576 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 118 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.23 |
| HSL | 120.75º | 0.41% | 0.62% | - |
| HSV(B) | 120.75º | 0.41% | 0.77% | - |
| XYZ | 30.57 | 45.02 | 24.22 | - |
| YUV | 164.07 | 102 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 118 | 0.41 | 0 | 0.40 | 0.23 | 120.75 | 0.41 | 0.62 |
| Hex | 75 | C5 | 76 | 29 | 0 | 28 | 17 | 79 | 29 | 3E |
| Octal | 165 | 305 | 166 | 51 | 0 | 50 | 27 | 171 | 51 | 76 |
| Binary | 1110101 | 11000101 | 1110110 | 101001 | 0 | 101000 | 10111 | 1111001 | 101001 | 111110 |
Color Harmonies of #75C576
Complementary color
Monochromatic Colors of #75C576
Black with #75C576
Text Example
Text Example
White with #75C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C576; }
p { color: rgb(117,197,118); }
H1.HeaderClassName
{
color: #75C576;
}
.AnyTagClassName
{
color: #75C576;
}
</style>
background-color css
<style>
a { background-color: #75C576; }
a { background-color: rgb(117,197,118); }
div.DivClassName
{
background-color: #75C576;
}
.BgClassName
{
background-color: #75C576;
}
</style>
border-color css
<style>
span { border-color: #75C576; }
span { border-color: rgb(117,197,118); }
td.TdClassName
{
border-color: #75C576;
}
.TagClassName
{
border-color: #75C576;
}
</style>