Shades of De York #75D28F
Tints of De York #75D28F
RGB
CMYK
RGB Variations
Color information
#75D28F (or 0x75D28F) is known color: De York. HEX triplet: 75, D2 and 8F. RGB value is (117,210,143). Sum of RGB (Red+Green+Blue) = 117+210+143=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #75D28F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D28F is #8A2D70. Grayscale: #AEAEAE. Windows color (decimal): -9055601 or 9425525. OLE color: 9425525.
HSL color Cylindrical-coordinate representation of color #75D28F: hue angle of 136.77º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D28F is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 210 | 143 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.18 |
| HSL | 136.77º | 0.51% | 0.64% | - |
| HSV(B) | 136.77º | 0.44% | 0.82% | - |
| XYZ | 35.34 | 51.86 | 34.13 | - |
| YUV | 174.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 210 | 143 | 0.44 | 0 | 0.32 | 0.18 | 136.77 | 0.51 | 0.64 |
| Hex | 75 | D2 | 8F | 2C | 0 | 20 | 12 | 89 | 33 | 40 |
| Octal | 165 | 322 | 217 | 54 | 0 | 40 | 22 | 211 | 63 | 100 |
| Binary | 1110101 | 11010010 | 10001111 | 101100 | 0 | 100000 | 10010 | 10001001 | 110011 | 1000000 |
Color Harmonies of #75D28F
Complementary color
Monochromatic Colors of #75D28F
Black with #75D28F
Text Example
Text Example
White with #75D28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D28F; }
p { color: rgb(117,210,143); }
H1.HeaderClassName
{
color: #75D28F;
}
.AnyTagClassName
{
color: #75D28F;
}
</style>
background-color css
<style>
a { background-color: #75D28F; }
a { background-color: rgb(117,210,143); }
div.DivClassName
{
background-color: #75D28F;
}
.BgClassName
{
background-color: #75D28F;
}
</style>
border-color css
<style>
span { border-color: #75D28F; }
span { border-color: rgb(117,210,143); }
td.TdClassName
{
border-color: #75D28F;
}
.TagClassName
{
border-color: #75D28F;
}
</style>