Shades of De York #75BE7C
Tints of De York #75BE7C
RGB
CMYK
RGB Variations
Color information
#75BE7C (or 0x75BE7C) is known color: De York. HEX triplet: 75, BE and 7C. RGB value is (117,190,124). Sum of RGB (Red+Green+Blue) = 117+190+124=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE7C is #8A4183. Grayscale: #A0A0A0. Windows color (decimal): -9060740 or 8175221. OLE color: 8175221.
HSL color Cylindrical-coordinate representation of color #75BE7C: hue angle of 125.75º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE7C is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 190 | 124 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.25 |
| HSL | 125.75º | 0.36% | 0.6% | - |
| HSV(B) | 125.75º | 0.38% | 0.75% | - |
| XYZ | 29.39 | 42.06 | 25.64 | - |
| YUV | 160.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 124 | 0.38 | 0 | 0.35 | 0.25 | 125.75 | 0.36 | 0.6 |
| Hex | 75 | BE | 7C | 26 | 0 | 23 | 19 | 7E | 24 | 3C |
| Octal | 165 | 276 | 174 | 46 | 0 | 43 | 31 | 176 | 44 | 74 |
| Binary | 1110101 | 10111110 | 1111100 | 100110 | 0 | 100011 | 11001 | 1111110 | 100100 | 111100 |
Color Harmonies of #75BE7C
Complementary color
Monochromatic Colors of #75BE7C
Black with #75BE7C
Text Example
Text Example
White with #75BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BE7C; }
p { color: rgb(117,190,124); }
H1.HeaderClassName
{
color: #75BE7C;
}
.AnyTagClassName
{
color: #75BE7C;
}
</style>
background-color css
<style>
a { background-color: #75BE7C; }
a { background-color: rgb(117,190,124); }
div.DivClassName
{
background-color: #75BE7C;
}
.BgClassName
{
background-color: #75BE7C;
}
</style>
border-color css
<style>
span { border-color: #75BE7C; }
span { border-color: rgb(117,190,124); }
td.TdClassName
{
border-color: #75BE7C;
}
.TagClassName
{
border-color: #75BE7C;
}
</style>