Shades of De York #75DD92
Tints of De York #75DD92
RGB
CMYK
RGB Variations
Color information
#75DD92 (or 0x75DD92) is known color: De York. HEX triplet: 75, DD and 92. RGB value is (117,221,146). Sum of RGB (Red+Green+Blue) = 117+221+146=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 146 (57.42% from 255 or 30.17% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD92 is #8A226D. Grayscale: #B5B5B5. Windows color (decimal): -9052782 or 9624949. OLE color: 9624949.
HSL color Cylindrical-coordinate representation of color #75DD92: hue angle of 136.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD92 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 146 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.13 |
| HSL | 136.73º | 0.6% | 0.66% | - |
| HSV(B) | 136.73º | 0.47% | 0.87% | - |
| XYZ | 38.38 | 57.57 | 36.28 | - |
| YUV | 181.35 | 108.04 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 146 | 0.47 | 0 | 0.34 | 0.13 | 136.73 | 0.6 | 0.66 |
| Hex | 75 | DD | 92 | 2F | 0 | 22 | D | 89 | 3C | 42 |
| Octal | 165 | 335 | 222 | 57 | 0 | 42 | 15 | 211 | 74 | 102 |
| Binary | 1110101 | 11011101 | 10010010 | 101111 | 0 | 100010 | 1101 | 10001001 | 111100 | 1000010 |
Color Harmonies of #75DD92
Complementary color
Monochromatic Colors of #75DD92
Black with #75DD92
Text Example
Text Example
White with #75DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD92; }
p { color: rgb(117,221,146); }
H1.HeaderClassName
{
color: #75DD92;
}
.AnyTagClassName
{
color: #75DD92;
}
</style>
background-color css
<style>
a { background-color: #75DD92; }
a { background-color: rgb(117,221,146); }
div.DivClassName
{
background-color: #75DD92;
}
.BgClassName
{
background-color: #75DD92;
}
</style>
border-color css
<style>
span { border-color: #75DD92; }
span { border-color: rgb(117,221,146); }
td.TdClassName
{
border-color: #75DD92;
}
.TagClassName
{
border-color: #75DD92;
}
</style>