Shades of Pastel Green #75CE7A
Tints of Pastel Green #75CE7A
RGB
CMYK
RGB Variations
Color information
#75CE7A (or 0x75CE7A) is known color: Pastel Green. HEX triplet: 75, CE and 7A. RGB value is (117,206,122). Sum of RGB (Red+Green+Blue) = 117+206+122=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CE7A is #8A3185. Grayscale: #AAAAAA. Windows color (decimal): -9056646 or 8048245. OLE color: 8048245.
HSL color Cylindrical-coordinate representation of color #75CE7A: hue angle of 123.37º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CE7A is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 206 | 122 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.19 |
| HSL | 123.37º | 0.48% | 0.63% | - |
| HSV(B) | 123.37º | 0.43% | 0.81% | - |
| XYZ | 32.92 | 49.33 | 26.2 | - |
| YUV | 169.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 122 | 0.43 | 0 | 0.41 | 0.19 | 123.37 | 0.48 | 0.63 |
| Hex | 75 | CE | 7A | 2B | 0 | 29 | 13 | 7B | 30 | 3F |
| Octal | 165 | 316 | 172 | 53 | 0 | 51 | 23 | 173 | 60 | 77 |
| Binary | 1110101 | 11001110 | 1111010 | 101011 | 0 | 101001 | 10011 | 1111011 | 110000 | 111111 |
Color Harmonies of #75CE7A
Complementary color
Monochromatic Colors of #75CE7A
Black with #75CE7A
Text Example
Text Example
White with #75CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CE7A; }
p { color: rgb(117,206,122); }
H1.HeaderClassName
{
color: #75CE7A;
}
.AnyTagClassName
{
color: #75CE7A;
}
</style>
background-color css
<style>
a { background-color: #75CE7A; }
a { background-color: rgb(117,206,122); }
div.DivClassName
{
background-color: #75CE7A;
}
.BgClassName
{
background-color: #75CE7A;
}
</style>
border-color css
<style>
span { border-color: #75CE7A; }
span { border-color: rgb(117,206,122); }
td.TdClassName
{
border-color: #75CE7A;
}
.TagClassName
{
border-color: #75CE7A;
}
</style>