Shades of De York #75C17F
Tints of De York #75C17F
RGB
CMYK
RGB Variations
Color information
#75C17F (or 0x75C17F) is known color: De York. HEX triplet: 75, C1 and 7F. RGB value is (117,193,127). Sum of RGB (Red+Green+Blue) = 117+193+127=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 193 - color contains mainly: green. Hex color #75C17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C17F is #8A3E80. Grayscale: #A2A2A2. Windows color (decimal): -9059969 or 8372597. OLE color: 8372597.
HSL color Cylindrical-coordinate representation of color #75C17F: hue angle of 127.89º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C17F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 127 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.24 |
| HSL | 127.89º | 0.38% | 0.61% | - |
| HSV(B) | 127.89º | 0.39% | 0.76% | - |
| XYZ | 30.24 | 43.45 | 26.87 | - |
| YUV | 162.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 127 | 0.39 | 0 | 0.34 | 0.24 | 127.89 | 0.38 | 0.61 |
| Hex | 75 | C1 | 7F | 27 | 0 | 22 | 18 | 80 | 26 | 3D |
| Octal | 165 | 301 | 177 | 47 | 0 | 42 | 30 | 200 | 46 | 75 |
| Binary | 1110101 | 11000001 | 1111111 | 100111 | 0 | 100010 | 11000 | 10000000 | 100110 | 111101 |
Color Harmonies of #75C17F
Complementary color
Monochromatic Colors of #75C17F
Black with #75C17F
Text Example
Text Example
White with #75C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C17F; }
p { color: rgb(117,193,127); }
H1.HeaderClassName
{
color: #75C17F;
}
.AnyTagClassName
{
color: #75C17F;
}
</style>
background-color css
<style>
a { background-color: #75C17F; }
a { background-color: rgb(117,193,127); }
div.DivClassName
{
background-color: #75C17F;
}
.BgClassName
{
background-color: #75C17F;
}
</style>
border-color css
<style>
span { border-color: #75C17F; }
span { border-color: rgb(117,193,127); }
td.TdClassName
{
border-color: #75C17F;
}
.TagClassName
{
border-color: #75C17F;
}
</style>