Shades of Pastel Green #75E25A
Tints of Pastel Green #75E25A
RGB
CMYK
RGB Variations
Color information
#75E25A (or 0x75E25A) is known color: Pastel Green. HEX triplet: 75, E2 and 5A. RGB value is (117,226,90). Sum of RGB (Red+Green+Blue) = 117+226+90=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #75E25A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E25A is #8A1DA5. Grayscale: #B2B2B2. Windows color (decimal): -9051558 or 5956213. OLE color: 5956213.
HSL color Cylindrical-coordinate representation of color #75E25A: hue angle of 108.09º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75E25A is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 226 | 90 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.11 |
| HSL | 108.09º | 0.7% | 0.62% | - |
| HSV(B) | 108.09º | 0.6% | 0.89% | - |
| XYZ | 36.38 | 58.91 | 19.13 | - |
| YUV | 177.91 | 78.39 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 226 | 90 | 0.48 | 0 | 0.60 | 0.11 | 108.09 | 0.7 | 0.62 |
| Hex | 75 | E2 | 5A | 30 | 0 | 3C | B | 6C | 46 | 3E |
| Octal | 165 | 342 | 132 | 60 | 0 | 74 | 13 | 154 | 106 | 76 |
| Binary | 1110101 | 11100010 | 1011010 | 110000 | 0 | 111100 | 1011 | 1101100 | 1000110 | 111110 |
Color Harmonies of #75E25A
Complementary color
Monochromatic Colors of #75E25A
Black with #75E25A
Text Example
Text Example
White with #75E25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E25A; }
p { color: rgb(117,226,90); }
H1.HeaderClassName
{
color: #75E25A;
}
.AnyTagClassName
{
color: #75E25A;
}
</style>
background-color css
<style>
a { background-color: #75E25A; }
a { background-color: rgb(117,226,90); }
div.DivClassName
{
background-color: #75E25A;
}
.BgClassName
{
background-color: #75E25A;
}
</style>
border-color css
<style>
span { border-color: #75E25A; }
span { border-color: rgb(117,226,90); }
td.TdClassName
{
border-color: #75E25A;
}
.TagClassName
{
border-color: #75E25A;
}
</style>