Shades of De York #75CC8A
Tints of De York #75CC8A
RGB
CMYK
RGB Variations
Color information
#75CC8A (or 0x75CC8A) is known color: De York. HEX triplet: 75, CC and 8A. RGB value is (117,204,138). Sum of RGB (Red+Green+Blue) = 117+204+138=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC8A is #8A3375. Grayscale: #AAAAAA. Windows color (decimal): -9057142 or 9096309. OLE color: 9096309.
HSL color Cylindrical-coordinate representation of color #75CC8A: hue angle of 134.48º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CC8A is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 138 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.2 |
| HSL | 134.48º | 0.46% | 0.63% | - |
| HSV(B) | 134.48º | 0.43% | 0.8% | - |
| XYZ | 33.52 | 48.8 | 31.7 | - |
| YUV | 170.46 | 109.68 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 138 | 0.43 | 0 | 0.32 | 0.2 | 134.48 | 0.46 | 0.63 |
| Hex | 75 | CC | 8A | 2B | 0 | 20 | 14 | 86 | 2E | 3F |
| Octal | 165 | 314 | 212 | 53 | 0 | 40 | 24 | 206 | 56 | 77 |
| Binary | 1110101 | 11001100 | 10001010 | 101011 | 0 | 100000 | 10100 | 10000110 | 101110 | 111111 |
Color Harmonies of #75CC8A
Complementary color
Monochromatic Colors of #75CC8A
Black with #75CC8A
Text Example
Text Example
White with #75CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CC8A; }
p { color: rgb(117,204,138); }
H1.HeaderClassName
{
color: #75CC8A;
}
.AnyTagClassName
{
color: #75CC8A;
}
</style>
background-color css
<style>
a { background-color: #75CC8A; }
a { background-color: rgb(117,204,138); }
div.DivClassName
{
background-color: #75CC8A;
}
.BgClassName
{
background-color: #75CC8A;
}
</style>
border-color css
<style>
span { border-color: #75CC8A; }
span { border-color: rgb(117,204,138); }
td.TdClassName
{
border-color: #75CC8A;
}
.TagClassName
{
border-color: #75CC8A;
}
</style>