Shades of De York #75C477
Tints of De York #75C477
RGB
CMYK
RGB Variations
Color information
#75C477 (or 0x75C477) is known color: De York. HEX triplet: 75, C4 and 77. RGB value is (117,196,119). Sum of RGB (Red+Green+Blue) = 117+196+119=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #75C477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C477 is #8A3B88. Grayscale: #A3A3A3. Windows color (decimal): -9059209 or 7849077. OLE color: 7849077.
HSL color Cylindrical-coordinate representation of color #75C477: hue angle of 121.52º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C477 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 119 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.23 |
| HSL | 121.52º | 0.4% | 0.61% | - |
| HSV(B) | 121.52º | 0.4% | 0.77% | - |
| XYZ | 30.41 | 44.59 | 24.46 | - |
| YUV | 163.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 119 | 0.40 | 0 | 0.39 | 0.23 | 121.52 | 0.4 | 0.61 |
| Hex | 75 | C4 | 77 | 28 | 0 | 27 | 17 | 7A | 28 | 3D |
| Octal | 165 | 304 | 167 | 50 | 0 | 47 | 27 | 172 | 50 | 75 |
| Binary | 1110101 | 11000100 | 1110111 | 101000 | 0 | 100111 | 10111 | 1111010 | 101000 | 111101 |
Color Harmonies of #75C477
Complementary color
Monochromatic Colors of #75C477
Black with #75C477
Text Example
Text Example
White with #75C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C477; }
p { color: rgb(117,196,119); }
H1.HeaderClassName
{
color: #75C477;
}
.AnyTagClassName
{
color: #75C477;
}
</style>
background-color css
<style>
a { background-color: #75C477; }
a { background-color: rgb(117,196,119); }
div.DivClassName
{
background-color: #75C477;
}
.BgClassName
{
background-color: #75C477;
}
</style>
border-color css
<style>
span { border-color: #75C477; }
span { border-color: rgb(117,196,119); }
td.TdClassName
{
border-color: #75C477;
}
.TagClassName
{
border-color: #75C477;
}
</style>