Shades of De York #75C889
Tints of De York #75C889
RGB
CMYK
RGB Variations
Color information
#75C889 (or 0x75C889) is known color: De York. HEX triplet: 75, C8 and 89. RGB value is (117,200,137). Sum of RGB (Red+Green+Blue) = 117+200+137=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #75C889 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C889 is #8A3776. Grayscale: #A8A8A8. Windows color (decimal): -9058167 or 9029749. OLE color: 9029749.
HSL color Cylindrical-coordinate representation of color #75C889: hue angle of 134.46º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C889 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 137 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.22 |
| HSL | 134.46º | 0.43% | 0.62% | - |
| HSV(B) | 134.46º | 0.42% | 0.78% | - |
| XYZ | 32.51 | 46.9 | 31.01 | - |
| YUV | 168 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 137 | 0.42 | 0 | 0.32 | 0.22 | 134.46 | 0.43 | 0.62 |
| Hex | 75 | C8 | 89 | 2A | 0 | 20 | 16 | 86 | 2B | 3E |
| Octal | 165 | 310 | 211 | 52 | 0 | 40 | 26 | 206 | 53 | 76 |
| Binary | 1110101 | 11001000 | 10001001 | 101010 | 0 | 100000 | 10110 | 10000110 | 101011 | 111110 |
Color Harmonies of #75C889
Complementary color
Monochromatic Colors of #75C889
Black with #75C889
Text Example
Text Example
White with #75C889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C889; }
p { color: rgb(117,200,137); }
H1.HeaderClassName
{
color: #75C889;
}
.AnyTagClassName
{
color: #75C889;
}
</style>
background-color css
<style>
a { background-color: #75C889; }
a { background-color: rgb(117,200,137); }
div.DivClassName
{
background-color: #75C889;
}
.BgClassName
{
background-color: #75C889;
}
</style>
border-color css
<style>
span { border-color: #75C889; }
span { border-color: rgb(117,200,137); }
td.TdClassName
{
border-color: #75C889;
}
.TagClassName
{
border-color: #75C889;
}
</style>