Shades of De York #75C581
Tints of De York #75C581
RGB
CMYK
RGB Variations
Color information
#75C581 (or 0x75C581) is known color: De York. HEX triplet: 75, C5 and 81. RGB value is (117,197,129). Sum of RGB (Red+Green+Blue) = 117+197+129=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #75C581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C581 is #8A3A7E. Grayscale: #A5A5A5. Windows color (decimal): -9058943 or 8504693. OLE color: 8504693.
HSL color Cylindrical-coordinate representation of color #75C581: hue angle of 129º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C581 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 129 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.23 |
| HSL | 129º | 0.41% | 0.62% | - |
| HSV(B) | 129º | 0.41% | 0.77% | - |
| XYZ | 31.26 | 45.3 | 27.86 | - |
| YUV | 165.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 129 | 0.41 | 0 | 0.35 | 0.23 | 129 | 0.41 | 0.62 |
| Hex | 75 | C5 | 81 | 29 | 0 | 23 | 17 | 81 | 29 | 3E |
| Octal | 165 | 305 | 201 | 51 | 0 | 43 | 27 | 201 | 51 | 76 |
| Binary | 1110101 | 11000101 | 10000001 | 101001 | 0 | 100011 | 10111 | 10000001 | 101001 | 111110 |
Color Harmonies of #75C581
Complementary color
Monochromatic Colors of #75C581
Black with #75C581
Text Example
Text Example
White with #75C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C581; }
p { color: rgb(117,197,129); }
H1.HeaderClassName
{
color: #75C581;
}
.AnyTagClassName
{
color: #75C581;
}
</style>
background-color css
<style>
a { background-color: #75C581; }
a { background-color: rgb(117,197,129); }
div.DivClassName
{
background-color: #75C581;
}
.BgClassName
{
background-color: #75C581;
}
</style>
border-color css
<style>
span { border-color: #75C581; }
span { border-color: rgb(117,197,129); }
td.TdClassName
{
border-color: #75C581;
}
.TagClassName
{
border-color: #75C581;
}
</style>