Shades of De York #75D48F
Tints of De York #75D48F
RGB
CMYK
RGB Variations
Color information
#75D48F (or 0x75D48F) is known color: De York. HEX triplet: 75, D4 and 8F. RGB value is (117,212,143). Sum of RGB (Red+Green+Blue) = 117+212+143=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #75D48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D48F is #8A2B70. Grayscale: #AFAFAF. Windows color (decimal): -9055089 or 9426037. OLE color: 9426037.
HSL color Cylindrical-coordinate representation of color #75D48F: hue angle of 136.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D48F is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 143 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.17 |
| HSL | 136.42º | 0.52% | 0.65% | - |
| HSV(B) | 136.42º | 0.45% | 0.83% | - |
| XYZ | 35.84 | 52.85 | 34.3 | - |
| YUV | 175.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 143 | 0.45 | 0 | 0.33 | 0.17 | 136.42 | 0.52 | 0.65 |
| Hex | 75 | D4 | 8F | 2D | 0 | 21 | 11 | 88 | 34 | 41 |
| Octal | 165 | 324 | 217 | 55 | 0 | 41 | 21 | 210 | 64 | 101 |
| Binary | 1110101 | 11010100 | 10001111 | 101101 | 0 | 100001 | 10001 | 10001000 | 110100 | 1000001 |
Color Harmonies of #75D48F
Complementary color
Monochromatic Colors of #75D48F
Black with #75D48F
Text Example
Text Example
White with #75D48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D48F; }
p { color: rgb(117,212,143); }
H1.HeaderClassName
{
color: #75D48F;
}
.AnyTagClassName
{
color: #75D48F;
}
</style>
background-color css
<style>
a { background-color: #75D48F; }
a { background-color: rgb(117,212,143); }
div.DivClassName
{
background-color: #75D48F;
}
.BgClassName
{
background-color: #75D48F;
}
</style>
border-color css
<style>
span { border-color: #75D48F; }
span { border-color: rgb(117,212,143); }
td.TdClassName
{
border-color: #75D48F;
}
.TagClassName
{
border-color: #75D48F;
}
</style>