Shades of Pastel Green #75E56A
Tints of Pastel Green #75E56A
RGB
CMYK
RGB Variations
Color information
#75E56A (or 0x75E56A) is known color: Pastel Green. HEX triplet: 75, E5 and 6A. RGB value is (117,229,106). Sum of RGB (Red+Green+Blue) = 117+229+106=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #75E56A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E56A is #8A1A95. Grayscale: #B5B5B5. Windows color (decimal): -9050774 or 7005557. OLE color: 7005557.
HSL color Cylindrical-coordinate representation of color #75E56A: hue angle of 114.63º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E56A is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 106 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.10 |
| HSL | 114.63º | 0.7% | 0.66% | - |
| HSV(B) | 114.63º | 0.54% | 0.9% | - |
| XYZ | 37.96 | 60.86 | 23.38 | - |
| YUV | 181.49 | 85.39 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 106 | 0.49 | 0 | 0.54 | 0.10 | 114.63 | 0.7 | 0.66 |
| Hex | 75 | E5 | 6A | 31 | 0 | 36 | A | 73 | 46 | 42 |
| Octal | 165 | 345 | 152 | 61 | 0 | 66 | 12 | 163 | 106 | 102 |
| Binary | 1110101 | 11100101 | 1101010 | 110001 | 0 | 110110 | 1010 | 1110011 | 1000110 | 1000010 |
Color Harmonies of #75E56A
Complementary color
Monochromatic Colors of #75E56A
Black with #75E56A
Text Example
Text Example
White with #75E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E56A; }
p { color: rgb(117,229,106); }
H1.HeaderClassName
{
color: #75E56A;
}
.AnyTagClassName
{
color: #75E56A;
}
</style>
background-color css
<style>
a { background-color: #75E56A; }
a { background-color: rgb(117,229,106); }
div.DivClassName
{
background-color: #75E56A;
}
.BgClassName
{
background-color: #75E56A;
}
</style>
border-color css
<style>
span { border-color: #75E56A; }
span { border-color: rgb(117,229,106); }
td.TdClassName
{
border-color: #75E56A;
}
.TagClassName
{
border-color: #75E56A;
}
</style>