Shades of Pastel Green #75E570
Tints of Pastel Green #75E570
RGB
CMYK
RGB Variations
Color information
#75E570 (or 0x75E570) is known color: Pastel Green. HEX triplet: 75, E5 and 70. RGB value is (117,229,112). Sum of RGB (Red+Green+Blue) = 117+229+112=458 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.55% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #75E570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E570 is #8A1A8F. Grayscale: #B6B6B6. Windows color (decimal): -9050768 or 7398773. OLE color: 7398773.
HSL color Cylindrical-coordinate representation of color #75E570: hue angle of 117.44º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75E570 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 112 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.10 |
| HSL | 117.44º | 0.69% | 0.67% | - |
| HSV(B) | 117.44º | 0.51% | 0.9% | - |
| XYZ | 38.28 | 60.99 | 25.08 | - |
| YUV | 182.17 | 88.39 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 112 | 0.49 | 0 | 0.51 | 0.10 | 117.44 | 0.69 | 0.67 |
| Hex | 75 | E5 | 70 | 31 | 0 | 33 | A | 75 | 45 | 43 |
| Octal | 165 | 345 | 160 | 61 | 0 | 63 | 12 | 165 | 105 | 103 |
| Binary | 1110101 | 11100101 | 1110000 | 110001 | 0 | 110011 | 1010 | 1110101 | 1000101 | 1000011 |
Color Harmonies of #75E570
Complementary color
Monochromatic Colors of #75E570
Black with #75E570
Text Example
Text Example
White with #75E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E570; }
p { color: rgb(117,229,112); }
H1.HeaderClassName
{
color: #75E570;
}
.AnyTagClassName
{
color: #75E570;
}
</style>
background-color css
<style>
a { background-color: #75E570; }
a { background-color: rgb(117,229,112); }
div.DivClassName
{
background-color: #75E570;
}
.BgClassName
{
background-color: #75E570;
}
</style>
border-color css
<style>
span { border-color: #75E570; }
span { border-color: rgb(117,229,112); }
td.TdClassName
{
border-color: #75E570;
}
.TagClassName
{
border-color: #75E570;
}
</style>