Shades of De York #75C17B
Tints of De York #75C17B
RGB
CMYK
RGB Variations
Color information
#75C17B (or 0x75C17B) is known color: De York. HEX triplet: 75, C1 and 7B. RGB value is (117,193,123). Sum of RGB (Red+Green+Blue) = 117+193+123=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #75C17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C17B is #8A3E84. Grayscale: #A2A2A2. Windows color (decimal): -9059973 or 8110453. OLE color: 8110453.
HSL color Cylindrical-coordinate representation of color #75C17B: hue angle of 124.74º 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 #75C17B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 193 | 123 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.24 |
| HSL | 124.74º | 0.38% | 0.61% | - |
| HSV(B) | 124.74º | 0.39% | 0.76% | - |
| XYZ | 29.98 | 43.35 | 25.53 | - |
| YUV | 162.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 123 | 0.39 | 0 | 0.36 | 0.24 | 124.74 | 0.38 | 0.61 |
| Hex | 75 | C1 | 7B | 27 | 0 | 24 | 18 | 7D | 26 | 3D |
| Octal | 165 | 301 | 173 | 47 | 0 | 44 | 30 | 175 | 46 | 75 |
| Binary | 1110101 | 11000001 | 1111011 | 100111 | 0 | 100100 | 11000 | 1111101 | 100110 | 111101 |
Color Harmonies of #75C17B
Complementary color
Monochromatic Colors of #75C17B
Black with #75C17B
Text Example
Text Example
White with #75C17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C17B; }
p { color: rgb(117,193,123); }
H1.HeaderClassName
{
color: #75C17B;
}
.AnyTagClassName
{
color: #75C17B;
}
</style>
background-color css
<style>
a { background-color: #75C17B; }
a { background-color: rgb(117,193,123); }
div.DivClassName
{
background-color: #75C17B;
}
.BgClassName
{
background-color: #75C17B;
}
</style>
border-color css
<style>
span { border-color: #75C17B; }
span { border-color: rgb(117,193,123); }
td.TdClassName
{
border-color: #75C17B;
}
.TagClassName
{
border-color: #75C17B;
}
</style>