Shades of De York #75C07E
Tints of De York #75C07E
RGB
CMYK
RGB Variations
Color information
#75C07E (or 0x75C07E) is known color: De York. HEX triplet: 75, C0 and 7E. RGB value is (117,192,126). Sum of RGB (Red+Green+Blue) = 117+192+126=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #75C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C07E is #8A3F81. Grayscale: #A2A2A2. Windows color (decimal): -9060226 or 8306805. OLE color: 8306805.
HSL color Cylindrical-coordinate representation of color #75C07E: hue angle of 127.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C07E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 192 | 126 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.25 |
| HSL | 127.2º | 0.37% | 0.61% | - |
| HSV(B) | 127.2º | 0.39% | 0.75% | - |
| XYZ | 29.95 | 42.99 | 26.46 | - |
| YUV | 162.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 126 | 0.39 | 0 | 0.34 | 0.25 | 127.2 | 0.37 | 0.61 |
| Hex | 75 | C0 | 7E | 27 | 0 | 22 | 19 | 7F | 25 | 3D |
| Octal | 165 | 300 | 176 | 47 | 0 | 42 | 31 | 177 | 45 | 75 |
| Binary | 1110101 | 11000000 | 1111110 | 100111 | 0 | 100010 | 11001 | 1111111 | 100101 | 111101 |
Color Harmonies of #75C07E
Complementary color
Monochromatic Colors of #75C07E
Black with #75C07E
Text Example
Text Example
White with #75C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C07E; }
p { color: rgb(117,192,126); }
H1.HeaderClassName
{
color: #75C07E;
}
.AnyTagClassName
{
color: #75C07E;
}
</style>
background-color css
<style>
a { background-color: #75C07E; }
a { background-color: rgb(117,192,126); }
div.DivClassName
{
background-color: #75C07E;
}
.BgClassName
{
background-color: #75C07E;
}
</style>
border-color css
<style>
span { border-color: #75C07E; }
span { border-color: rgb(117,192,126); }
td.TdClassName
{
border-color: #75C07E;
}
.TagClassName
{
border-color: #75C07E;
}
</style>