Shades of Pastel Green #75DF7D
Tints of Pastel Green #75DF7D
RGB
CMYK
RGB Variations
Color information
#75DF7D (or 0x75DF7D) is known color: Pastel Green. HEX triplet: 75, DF and 7D. RGB value is (117,223,125). Sum of RGB (Red+Green+Blue) = 117+223+125=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF7D is #8A2082. Grayscale: #B4B4B4. Windows color (decimal): -9052291 or 8249205. OLE color: 8249205.
HSL color Cylindrical-coordinate representation of color #75DF7D: hue angle of 124.53º 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 #75DF7D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 223 | 125 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.13 |
| HSL | 124.53º | 0.62% | 0.67% | - |
| HSV(B) | 124.53º | 0.48% | 0.87% | - |
| XYZ | 37.43 | 58.04 | 28.63 | - |
| YUV | 180.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 223 | 125 | 0.48 | 0 | 0.44 | 0.13 | 124.53 | 0.62 | 0.67 |
| Hex | 75 | DF | 7D | 30 | 0 | 2C | D | 7D | 3E | 43 |
| Octal | 165 | 337 | 175 | 60 | 0 | 54 | 15 | 175 | 76 | 103 |
| Binary | 1110101 | 11011111 | 1111101 | 110000 | 0 | 101100 | 1101 | 1111101 | 111110 | 1000011 |
Color Harmonies of #75DF7D
Complementary color
Monochromatic Colors of #75DF7D
Black with #75DF7D
Text Example
Text Example
White with #75DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DF7D; }
p { color: rgb(117,223,125); }
H1.HeaderClassName
{
color: #75DF7D;
}
.AnyTagClassName
{
color: #75DF7D;
}
</style>
background-color css
<style>
a { background-color: #75DF7D; }
a { background-color: rgb(117,223,125); }
div.DivClassName
{
background-color: #75DF7D;
}
.BgClassName
{
background-color: #75DF7D;
}
</style>
border-color css
<style>
span { border-color: #75DF7D; }
span { border-color: rgb(117,223,125); }
td.TdClassName
{
border-color: #75DF7D;
}
.TagClassName
{
border-color: #75DF7D;
}
</style>