Shades of De York #75D98C
Tints of De York #75D98C
RGB
CMYK
RGB Variations
Color information
#75D98C (or 0x75D98C) is known color: De York. HEX triplet: 75, D9 and 8C. RGB value is (117,217,140). Sum of RGB (Red+Green+Blue) = 117+217+140=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #75D98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D98C is #8A2673. Grayscale: #B2B2B2. Windows color (decimal): -9053812 or 9230709. OLE color: 9230709.
HSL color Cylindrical-coordinate representation of color #75D98C: hue angle of 133.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D98C is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 217 | 140 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.15 |
| HSL | 133.8º | 0.57% | 0.65% | - |
| HSV(B) | 133.8º | 0.46% | 0.85% | - |
| XYZ | 36.88 | 55.3 | 33.54 | - |
| YUV | 178.32 | 106.37 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 217 | 140 | 0.46 | 0 | 0.35 | 0.15 | 133.8 | 0.57 | 0.65 |
| Hex | 75 | D9 | 8C | 2E | 0 | 23 | F | 86 | 39 | 41 |
| Octal | 165 | 331 | 214 | 56 | 0 | 43 | 17 | 206 | 71 | 101 |
| Binary | 1110101 | 11011001 | 10001100 | 101110 | 0 | 100011 | 1111 | 10000110 | 111001 | 1000001 |
Color Harmonies of #75D98C
Complementary color
Monochromatic Colors of #75D98C
Black with #75D98C
Text Example
Text Example
White with #75D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D98C; }
p { color: rgb(117,217,140); }
H1.HeaderClassName
{
color: #75D98C;
}
.AnyTagClassName
{
color: #75D98C;
}
</style>
background-color css
<style>
a { background-color: #75D98C; }
a { background-color: rgb(117,217,140); }
div.DivClassName
{
background-color: #75D98C;
}
.BgClassName
{
background-color: #75D98C;
}
</style>
border-color css
<style>
span { border-color: #75D98C; }
span { border-color: rgb(117,217,140); }
td.TdClassName
{
border-color: #75D98C;
}
.TagClassName
{
border-color: #75D98C;
}
</style>