Shades of De York #75C486
Tints of De York #75C486
RGB
CMYK
RGB Variations
Color information
#75C486 (or 0x75C486) is known color: De York. HEX triplet: 75, C4 and 86. RGB value is (117,196,134). Sum of RGB (Red+Green+Blue) = 117+196+134=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #75C486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C486 is #8A3B79. Grayscale: #A5A5A5. Windows color (decimal): -9059194 or 8832117. OLE color: 8832117.
HSL color Cylindrical-coordinate representation of color #75C486: hue angle of 132.91º 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 #75C486 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 134 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.23 |
| HSL | 132.91º | 0.4% | 0.61% | - |
| HSV(B) | 132.91º | 0.4% | 0.77% | - |
| XYZ | 31.38 | 44.98 | 29.58 | - |
| YUV | 165.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 134 | 0.40 | 0 | 0.32 | 0.23 | 132.91 | 0.4 | 0.61 |
| Hex | 75 | C4 | 86 | 28 | 0 | 20 | 17 | 85 | 28 | 3D |
| Octal | 165 | 304 | 206 | 50 | 0 | 40 | 27 | 205 | 50 | 75 |
| Binary | 1110101 | 11000100 | 10000110 | 101000 | 0 | 100000 | 10111 | 10000101 | 101000 | 111101 |
Color Harmonies of #75C486
Complementary color
Monochromatic Colors of #75C486
Black with #75C486
Text Example
Text Example
White with #75C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C486; }
p { color: rgb(117,196,134); }
H1.HeaderClassName
{
color: #75C486;
}
.AnyTagClassName
{
color: #75C486;
}
</style>
background-color css
<style>
a { background-color: #75C486; }
a { background-color: rgb(117,196,134); }
div.DivClassName
{
background-color: #75C486;
}
.BgClassName
{
background-color: #75C486;
}
</style>
border-color css
<style>
span { border-color: #75C486; }
span { border-color: rgb(117,196,134); }
td.TdClassName
{
border-color: #75C486;
}
.TagClassName
{
border-color: #75C486;
}
</style>