Shades of Pastel Green #75DF7E
Tints of Pastel Green #75DF7E
RGB
CMYK
RGB Variations
Color information
#75DF7E (or 0x75DF7E) is known color: Pastel Green. HEX triplet: 75, DF and 7E. RGB value is (117,223,126). Sum of RGB (Red+Green+Blue) = 117+223+126=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF7E is #8A2081. Grayscale: #B4B4B4. Windows color (decimal): -9052290 or 8314741. OLE color: 8314741.
HSL color Cylindrical-coordinate representation of color #75DF7E: hue angle of 125.09º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DF7E is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 126 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.13 |
| HSL | 125.09º | 0.62% | 0.67% | - |
| HSV(B) | 125.09º | 0.48% | 0.87% | - |
| XYZ | 37.49 | 58.06 | 28.97 | - |
| YUV | 180.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 126 | 0.48 | 0 | 0.43 | 0.13 | 125.09 | 0.62 | 0.67 |
| Hex | 75 | DF | 7E | 30 | 0 | 2B | D | 7D | 3E | 43 |
| Octal | 165 | 337 | 176 | 60 | 0 | 53 | 15 | 175 | 76 | 103 |
| Binary | 1110101 | 11011111 | 1111110 | 110000 | 0 | 101011 | 1101 | 1111101 | 111110 | 1000011 |
Color Harmonies of #75DF7E
Complementary color
Monochromatic Colors of #75DF7E
Black with #75DF7E
Text Example
Text Example
White with #75DF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF7E; }
p { color: rgb(117,223,126); }
H1.HeaderClassName
{
color: #75DF7E;
}
.AnyTagClassName
{
color: #75DF7E;
}
</style>
background-color css
<style>
a { background-color: #75DF7E; }
a { background-color: rgb(117,223,126); }
div.DivClassName
{
background-color: #75DF7E;
}
.BgClassName
{
background-color: #75DF7E;
}
</style>
border-color css
<style>
span { border-color: #75DF7E; }
span { border-color: rgb(117,223,126); }
td.TdClassName
{
border-color: #75DF7E;
}
.TagClassName
{
border-color: #75DF7E;
}
</style>