Shades of De York #75C37F
Tints of De York #75C37F
RGB
CMYK
RGB Variations
Color information
#75C37F (or 0x75C37F) is known color: De York. HEX triplet: 75, C3 and 7F. RGB value is (117,195,127). Sum of RGB (Red+Green+Blue) = 117+195+127=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #75C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C37F is #8A3C80. Grayscale: #A4A4A4. Windows color (decimal): -9059457 or 8373109. OLE color: 8373109.
HSL color Cylindrical-coordinate representation of color #75C37F: hue angle of 127.69º 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 #75C37F is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 195 | 127 | - |
| CMYK | 0.4 | 0 | 0.35 | 0.24 |
| HSL | 127.69º | 0.39% | 0.61% | - |
| HSV(B) | 127.69º | 0.4% | 0.76% | - |
| XYZ | 30.68 | 44.34 | 27.02 | - |
| YUV | 163.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 127 | 0.4 | 0 | 0.35 | 0.24 | 127.69 | 0.39 | 0.61 |
| Hex | 75 | C3 | 7F | 28 | 0 | 23 | 18 | 80 | 27 | 3D |
| Octal | 165 | 303 | 177 | 50 | 0 | 43 | 30 | 200 | 47 | 75 |
| Binary | 1110101 | 11000011 | 1111111 | 101000 | 0 | 100011 | 11000 | 10000000 | 100111 | 111101 |
Color Harmonies of #75C37F
Complementary color
Monochromatic Colors of #75C37F
Black with #75C37F
Text Example
Text Example
White with #75C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C37F; }
p { color: rgb(117,195,127); }
H1.HeaderClassName
{
color: #75C37F;
}
.AnyTagClassName
{
color: #75C37F;
}
</style>
background-color css
<style>
a { background-color: #75C37F; }
a { background-color: rgb(117,195,127); }
div.DivClassName
{
background-color: #75C37F;
}
.BgClassName
{
background-color: #75C37F;
}
</style>
border-color css
<style>
span { border-color: #75C37F; }
span { border-color: rgb(117,195,127); }
td.TdClassName
{
border-color: #75C37F;
}
.TagClassName
{
border-color: #75C37F;
}
</style>