Shades of De York #75CE87
Tints of De York #75CE87
RGB
CMYK
RGB Variations
Color information
#75CE87 (or 0x75CE87) is known color: De York. HEX triplet: 75, CE and 87. RGB value is (117,206,135). Sum of RGB (Red+Green+Blue) = 117+206+135=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CE87 is #8A3178. Grayscale: #ABABAB. Windows color (decimal): -9056633 or 8900213. OLE color: 8900213.
HSL color Cylindrical-coordinate representation of color #75CE87: hue angle of 132.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CE87 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 135 | - |
| CMYK | 0.43 | 0 | 0.34 | 0.19 |
| HSL | 132.13º | 0.48% | 0.63% | - |
| HSV(B) | 132.13º | 0.43% | 0.81% | - |
| XYZ | 33.78 | 49.67 | 30.73 | - |
| YUV | 171.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 135 | 0.43 | 0 | 0.34 | 0.19 | 132.13 | 0.48 | 0.63 |
| Hex | 75 | CE | 87 | 2B | 0 | 22 | 13 | 84 | 30 | 3F |
| Octal | 165 | 316 | 207 | 53 | 0 | 42 | 23 | 204 | 60 | 77 |
| Binary | 1110101 | 11001110 | 10000111 | 101011 | 0 | 100010 | 10011 | 10000100 | 110000 | 111111 |
Color Harmonies of #75CE87
Complementary color
Monochromatic Colors of #75CE87
Black with #75CE87
Text Example
Text Example
White with #75CE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE87; }
p { color: rgb(117,206,135); }
H1.HeaderClassName
{
color: #75CE87;
}
.AnyTagClassName
{
color: #75CE87;
}
</style>
background-color css
<style>
a { background-color: #75CE87; }
a { background-color: rgb(117,206,135); }
div.DivClassName
{
background-color: #75CE87;
}
.BgClassName
{
background-color: #75CE87;
}
</style>
border-color css
<style>
span { border-color: #75CE87; }
span { border-color: rgb(117,206,135); }
td.TdClassName
{
border-color: #75CE87;
}
.TagClassName
{
border-color: #75CE87;
}
</style>