Shades of Pastel Green #75DC5E
Tints of Pastel Green #75DC5E
RGB
CMYK
RGB Variations
Color information
#75DC5E (or 0x75DC5E) is known color: Pastel Green. HEX triplet: 75, DC and 5E. RGB value is (117,220,94). Sum of RGB (Red+Green+Blue) = 117+220+94=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC5E is #8A23A1. Grayscale: #AFAFAF. Windows color (decimal): -9053090 or 6216821. OLE color: 6216821.
HSL color Cylindrical-coordinate representation of color #75DC5E: hue angle of 109.05º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75DC5E is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 220 | 94 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.14 |
| HSL | 109.05º | 0.64% | 0.62% | - |
| HSV(B) | 109.05º | 0.57% | 0.86% | - |
| XYZ | 34.95 | 55.78 | 19.51 | - |
| YUV | 174.84 | 82.38 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 94 | 0.47 | 0 | 0.57 | 0.14 | 109.05 | 0.64 | 0.62 |
| Hex | 75 | DC | 5E | 2F | 0 | 39 | E | 6D | 40 | 3E |
| Octal | 165 | 334 | 136 | 57 | 0 | 71 | 16 | 155 | 100 | 76 |
| Binary | 1110101 | 11011100 | 1011110 | 101111 | 0 | 111001 | 1110 | 1101101 | 1000000 | 111110 |
Color Harmonies of #75DC5E
Complementary color
Monochromatic Colors of #75DC5E
Black with #75DC5E
Text Example
Text Example
White with #75DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DC5E; }
p { color: rgb(117,220,94); }
H1.HeaderClassName
{
color: #75DC5E;
}
.AnyTagClassName
{
color: #75DC5E;
}
</style>
background-color css
<style>
a { background-color: #75DC5E; }
a { background-color: rgb(117,220,94); }
div.DivClassName
{
background-color: #75DC5E;
}
.BgClassName
{
background-color: #75DC5E;
}
</style>
border-color css
<style>
span { border-color: #75DC5E; }
span { border-color: rgb(117,220,94); }
td.TdClassName
{
border-color: #75DC5E;
}
.TagClassName
{
border-color: #75DC5E;
}
</style>