Shades of Pastel Green #75E380
Tints of Pastel Green #75E380
RGB
CMYK
RGB Variations
Color information
#75E380 (or 0x75E380) is known color: Pastel Green. HEX triplet: 75, E3 and 80. RGB value is (117,227,128). Sum of RGB (Red+Green+Blue) = 117+227+128=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #75E380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E380 is #8A1C7F. Grayscale: #B7B7B7. Windows color (decimal): -9051264 or 8446837. OLE color: 8446837.
HSL color Cylindrical-coordinate representation of color #75E380: hue angle of 126º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E380 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 128 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.11 |
| HSL | 126º | 0.66% | 0.67% | - |
| HSV(B) | 126º | 0.48% | 0.89% | - |
| XYZ | 38.7 | 60.28 | 30.02 | - |
| YUV | 182.82 | 97.06 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 128 | 0.48 | 0 | 0.44 | 0.11 | 126 | 0.66 | 0.67 |
| Hex | 75 | E3 | 80 | 30 | 0 | 2C | B | 7E | 42 | 43 |
| Octal | 165 | 343 | 200 | 60 | 0 | 54 | 13 | 176 | 102 | 103 |
| Binary | 1110101 | 11100011 | 10000000 | 110000 | 0 | 101100 | 1011 | 1111110 | 1000010 | 1000011 |
Color Harmonies of #75E380
Complementary color
Monochromatic Colors of #75E380
Black with #75E380
Text Example
Text Example
White with #75E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E380; }
p { color: rgb(117,227,128); }
H1.HeaderClassName
{
color: #75E380;
}
.AnyTagClassName
{
color: #75E380;
}
</style>
background-color css
<style>
a { background-color: #75E380; }
a { background-color: rgb(117,227,128); }
div.DivClassName
{
background-color: #75E380;
}
.BgClassName
{
background-color: #75E380;
}
</style>
border-color css
<style>
span { border-color: #75E380; }
span { border-color: rgb(117,227,128); }
td.TdClassName
{
border-color: #75E380;
}
.TagClassName
{
border-color: #75E380;
}
</style>