Shades of De York #75C879
Tints of De York #75C879
RGB
CMYK
RGB Variations
Color information
#75C879 (or 0x75C879) is known color: De York. HEX triplet: 75, C8 and 79. RGB value is (117,200,121). Sum of RGB (Red+Green+Blue) = 117+200+121=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #75C879 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C879 is #8A3786. Grayscale: #A6A6A6. Windows color (decimal): -9058183 or 7981173. OLE color: 7981173.
HSL color Cylindrical-coordinate representation of color #75C879: hue angle of 122.89º 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 #75C879 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 121 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.22 |
| HSL | 122.89º | 0.43% | 0.62% | - |
| HSV(B) | 122.89º | 0.42% | 0.78% | - |
| XYZ | 31.44 | 46.47 | 25.4 | - |
| YUV | 166.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 121 | 0.42 | 0 | 0.39 | 0.22 | 122.89 | 0.43 | 0.62 |
| Hex | 75 | C8 | 79 | 2A | 0 | 27 | 16 | 7B | 2B | 3E |
| Octal | 165 | 310 | 171 | 52 | 0 | 47 | 26 | 173 | 53 | 76 |
| Binary | 1110101 | 11001000 | 1111001 | 101010 | 0 | 100111 | 10110 | 1111011 | 101011 | 111110 |
Color Harmonies of #75C879
Complementary color
Monochromatic Colors of #75C879
Black with #75C879
Text Example
Text Example
White with #75C879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C879; }
p { color: rgb(117,200,121); }
H1.HeaderClassName
{
color: #75C879;
}
.AnyTagClassName
{
color: #75C879;
}
</style>
background-color css
<style>
a { background-color: #75C879; }
a { background-color: rgb(117,200,121); }
div.DivClassName
{
background-color: #75C879;
}
.BgClassName
{
background-color: #75C879;
}
</style>
border-color css
<style>
span { border-color: #75C879; }
span { border-color: rgb(117,200,121); }
td.TdClassName
{
border-color: #75C879;
}
.TagClassName
{
border-color: #75C879;
}
</style>