Shades of De York #75CA86
Tints of De York #75CA86
RGB
CMYK
RGB Variations
Color information
#75CA86 (or 0x75CA86) is known color: De York. HEX triplet: 75, CA and 86. RGB value is (117,202,134). Sum of RGB (Red+Green+Blue) = 117+202+134=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CA86 is #8A3579. Grayscale: #A9A9A9. Windows color (decimal): -9057658 or 8833653. OLE color: 8833653.
HSL color Cylindrical-coordinate representation of color #75CA86: hue angle of 132º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA86 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 134 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.21 |
| HSL | 132º | 0.45% | 0.63% | - |
| HSV(B) | 132º | 0.42% | 0.79% | - |
| XYZ | 32.76 | 47.74 | 30.04 | - |
| YUV | 168.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 134 | 0.42 | 0 | 0.34 | 0.21 | 132 | 0.45 | 0.63 |
| Hex | 75 | CA | 86 | 2A | 0 | 22 | 15 | 84 | 2D | 3F |
| Octal | 165 | 312 | 206 | 52 | 0 | 42 | 25 | 204 | 55 | 77 |
| Binary | 1110101 | 11001010 | 10000110 | 101010 | 0 | 100010 | 10101 | 10000100 | 101101 | 111111 |
Color Harmonies of #75CA86
Complementary color
Monochromatic Colors of #75CA86
Black with #75CA86
Text Example
Text Example
White with #75CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA86; }
p { color: rgb(117,202,134); }
H1.HeaderClassName
{
color: #75CA86;
}
.AnyTagClassName
{
color: #75CA86;
}
</style>
background-color css
<style>
a { background-color: #75CA86; }
a { background-color: rgb(117,202,134); }
div.DivClassName
{
background-color: #75CA86;
}
.BgClassName
{
background-color: #75CA86;
}
</style>
border-color css
<style>
span { border-color: #75CA86; }
span { border-color: rgb(117,202,134); }
td.TdClassName
{
border-color: #75CA86;
}
.TagClassName
{
border-color: #75CA86;
}
</style>