Shades of De York #75CC80
Tints of De York #75CC80
RGB
CMYK
RGB Variations
Color information
#75CC80 (or 0x75CC80) is known color: De York. HEX triplet: 75, CC and 80. RGB value is (117,204,128). Sum of RGB (Red+Green+Blue) = 117+204+128=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC80 is #8A337F. Grayscale: #A9A9A9. Windows color (decimal): -9057152 or 8440949. OLE color: 8440949.
HSL color Cylindrical-coordinate representation of color #75CC80: hue angle of 127.59º 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 #75CC80 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 204 | 128 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.2 |
| HSL | 127.59º | 0.46% | 0.63% | - |
| HSV(B) | 127.59º | 0.43% | 0.8% | - |
| XYZ | 32.83 | 48.53 | 28.06 | - |
| YUV | 169.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 128 | 0.43 | 0 | 0.37 | 0.2 | 127.59 | 0.46 | 0.63 |
| Hex | 75 | CC | 80 | 2B | 0 | 25 | 14 | 80 | 2E | 3F |
| Octal | 165 | 314 | 200 | 53 | 0 | 45 | 24 | 200 | 56 | 77 |
| Binary | 1110101 | 11001100 | 10000000 | 101011 | 0 | 100101 | 10100 | 10000000 | 101110 | 111111 |
Color Harmonies of #75CC80
Complementary color
Monochromatic Colors of #75CC80
Black with #75CC80
Text Example
Text Example
White with #75CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CC80; }
p { color: rgb(117,204,128); }
H1.HeaderClassName
{
color: #75CC80;
}
.AnyTagClassName
{
color: #75CC80;
}
</style>
background-color css
<style>
a { background-color: #75CC80; }
a { background-color: rgb(117,204,128); }
div.DivClassName
{
background-color: #75CC80;
}
.BgClassName
{
background-color: #75CC80;
}
</style>
border-color css
<style>
span { border-color: #75CC80; }
span { border-color: rgb(117,204,128); }
td.TdClassName
{
border-color: #75CC80;
}
.TagClassName
{
border-color: #75CC80;
}
</style>