Shades of De York #75CA7E
Tints of De York #75CA7E
RGB
CMYK
RGB Variations
Color information
#75CA7E (or 0x75CA7E) is known color: De York. HEX triplet: 75, CA and 7E. RGB value is (117,202,126). Sum of RGB (Red+Green+Blue) = 117+202+126=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA7E is #8A3581. Grayscale: #A8A8A8. Windows color (decimal): -9057666 or 8309365. OLE color: 8309365.
HSL color Cylindrical-coordinate representation of color #75CA7E: hue angle of 126.35º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA7E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 202 | 126 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.21 |
| HSL | 126.35º | 0.45% | 0.63% | - |
| HSV(B) | 126.35º | 0.42% | 0.79% | - |
| XYZ | 32.22 | 47.53 | 27.21 | - |
| YUV | 167.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 202 | 126 | 0.42 | 0 | 0.38 | 0.21 | 126.35 | 0.45 | 0.63 |
| Hex | 75 | CA | 7E | 2A | 0 | 26 | 15 | 7E | 2D | 3F |
| Octal | 165 | 312 | 176 | 52 | 0 | 46 | 25 | 176 | 55 | 77 |
| Binary | 1110101 | 11001010 | 1111110 | 101010 | 0 | 100110 | 10101 | 1111110 | 101101 | 111111 |
Color Harmonies of #75CA7E
Complementary color
Monochromatic Colors of #75CA7E
Black with #75CA7E
Text Example
Text Example
White with #75CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CA7E; }
p { color: rgb(117,202,126); }
H1.HeaderClassName
{
color: #75CA7E;
}
.AnyTagClassName
{
color: #75CA7E;
}
</style>
background-color css
<style>
a { background-color: #75CA7E; }
a { background-color: rgb(117,202,126); }
div.DivClassName
{
background-color: #75CA7E;
}
.BgClassName
{
background-color: #75CA7E;
}
</style>
border-color css
<style>
span { border-color: #75CA7E; }
span { border-color: rgb(117,202,126); }
td.TdClassName
{
border-color: #75CA7E;
}
.TagClassName
{
border-color: #75CA7E;
}
</style>