Shades of Pastel Green #75E183
Tints of Pastel Green #75E183
RGB
CMYK
RGB Variations
Color information
#75E183 (or 0x75E183) is known color: Pastel Green. HEX triplet: 75, E1 and 83. RGB value is (117,225,131). Sum of RGB (Red+Green+Blue) = 117+225+131=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #75E183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E183 is #8A1E7C. Grayscale: #B6B6B6. Windows color (decimal): -9051773 or 8642933. OLE color: 8642933.
HSL color Cylindrical-coordinate representation of color #75E183: hue angle of 127.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E183 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 131 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.12 |
| HSL | 127.78º | 0.64% | 0.67% | - |
| HSV(B) | 127.78º | 0.48% | 0.88% | - |
| XYZ | 38.36 | 59.27 | 30.89 | - |
| YUV | 181.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 131 | 0.48 | 0 | 0.42 | 0.12 | 127.78 | 0.64 | 0.67 |
| Hex | 75 | E1 | 83 | 30 | 0 | 2A | C | 80 | 40 | 43 |
| Octal | 165 | 341 | 203 | 60 | 0 | 52 | 14 | 200 | 100 | 103 |
| Binary | 1110101 | 11100001 | 10000011 | 110000 | 0 | 101010 | 1100 | 10000000 | 1000000 | 1000011 |
Color Harmonies of #75E183
Complementary color
Monochromatic Colors of #75E183
Black with #75E183
Text Example
Text Example
White with #75E183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E183; }
p { color: rgb(117,225,131); }
H1.HeaderClassName
{
color: #75E183;
}
.AnyTagClassName
{
color: #75E183;
}
</style>
background-color css
<style>
a { background-color: #75E183; }
a { background-color: rgb(117,225,131); }
div.DivClassName
{
background-color: #75E183;
}
.BgClassName
{
background-color: #75E183;
}
</style>
border-color css
<style>
span { border-color: #75E183; }
span { border-color: rgb(117,225,131); }
td.TdClassName
{
border-color: #75E183;
}
.TagClassName
{
border-color: #75E183;
}
</style>