Shades of De York #75BC7E
Tints of De York #75BC7E
RGB
CMYK
RGB Variations
Color information
#75BC7E (or 0x75BC7E) is known color: De York. HEX triplet: 75, BC and 7E. RGB value is (117,188,126). Sum of RGB (Red+Green+Blue) = 117+188+126=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC7E is #8A4381. Grayscale: #9F9F9F. Windows color (decimal): -9061250 or 8305781. OLE color: 8305781.
HSL color Cylindrical-coordinate representation of color #75BC7E: hue angle of 127.61º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BC7E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 188 | 126 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.26 |
| HSL | 127.61º | 0.35% | 0.6% | - |
| HSV(B) | 127.61º | 0.38% | 0.74% | - |
| XYZ | 29.09 | 41.25 | 26.17 | - |
| YUV | 159.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 188 | 126 | 0.38 | 0 | 0.33 | 0.26 | 127.61 | 0.35 | 0.6 |
| Hex | 75 | BC | 7E | 26 | 0 | 21 | 1A | 80 | 23 | 3C |
| Octal | 165 | 274 | 176 | 46 | 0 | 41 | 32 | 200 | 43 | 74 |
| Binary | 1110101 | 10111100 | 1111110 | 100110 | 0 | 100001 | 11010 | 10000000 | 100011 | 111100 |
Color Harmonies of #75BC7E
Complementary color
Monochromatic Colors of #75BC7E
Black with #75BC7E
Text Example
Text Example
White with #75BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BC7E; }
p { color: rgb(117,188,126); }
H1.HeaderClassName
{
color: #75BC7E;
}
.AnyTagClassName
{
color: #75BC7E;
}
</style>
background-color css
<style>
a { background-color: #75BC7E; }
a { background-color: rgb(117,188,126); }
div.DivClassName
{
background-color: #75BC7E;
}
.BgClassName
{
background-color: #75BC7E;
}
</style>
border-color css
<style>
span { border-color: #75BC7E; }
span { border-color: rgb(117,188,126); }
td.TdClassName
{
border-color: #75BC7E;
}
.TagClassName
{
border-color: #75BC7E;
}
</style>