Shades of De York #75C47D
Tints of De York #75C47D
RGB
CMYK
RGB Variations
Color information
#75C47D (or 0x75C47D) is known color: De York. HEX triplet: 75, C4 and 7D. RGB value is (117,196,125). Sum of RGB (Red+Green+Blue) = 117+196+125=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #75C47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C47D is #8A3B82. Grayscale: #A4A4A4. Windows color (decimal): -9059203 or 8242293. OLE color: 8242293.
HSL color Cylindrical-coordinate representation of color #75C47D: hue angle of 126.08º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C47D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 125 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.23 |
| HSL | 126.08º | 0.4% | 0.61% | - |
| HSV(B) | 126.08º | 0.4% | 0.77% | - |
| XYZ | 30.78 | 44.74 | 26.42 | - |
| YUV | 164.29 | 105.83 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 125 | 0.40 | 0 | 0.36 | 0.23 | 126.08 | 0.4 | 0.61 |
| Hex | 75 | C4 | 7D | 28 | 0 | 24 | 17 | 7E | 28 | 3D |
| Octal | 165 | 304 | 175 | 50 | 0 | 44 | 27 | 176 | 50 | 75 |
| Binary | 1110101 | 11000100 | 1111101 | 101000 | 0 | 100100 | 10111 | 1111110 | 101000 | 111101 |
Color Harmonies of #75C47D
Complementary color
Monochromatic Colors of #75C47D
Black with #75C47D
Text Example
Text Example
White with #75C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C47D; }
p { color: rgb(117,196,125); }
H1.HeaderClassName
{
color: #75C47D;
}
.AnyTagClassName
{
color: #75C47D;
}
</style>
background-color css
<style>
a { background-color: #75C47D; }
a { background-color: rgb(117,196,125); }
div.DivClassName
{
background-color: #75C47D;
}
.BgClassName
{
background-color: #75C47D;
}
</style>
border-color css
<style>
span { border-color: #75C47D; }
span { border-color: rgb(117,196,125); }
td.TdClassName
{
border-color: #75C47D;
}
.TagClassName
{
border-color: #75C47D;
}
</style>