Shades of Pastel Green #75C56F
Tints of Pastel Green #75C56F
RGB
CMYK
RGB Variations
Color information
#75C56F (or 0x75C56F) is known color: Pastel Green. HEX triplet: 75, C5 and 6F. RGB value is (117,197,111). Sum of RGB (Red+Green+Blue) = 117+197+111=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #75C56F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C56F is #8A3A90. Grayscale: #A3A3A3. Windows color (decimal): -9058961 or 7325045. OLE color: 7325045.
HSL color Cylindrical-coordinate representation of color #75C56F: hue angle of 115.81º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75C56F is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 111 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.23 |
| HSL | 115.81º | 0.43% | 0.6% | - |
| HSV(B) | 115.81º | 0.44% | 0.77% | - |
| XYZ | 30.17 | 44.86 | 22.11 | - |
| YUV | 163.28 | 98.5 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 111 | 0.41 | 0 | 0.44 | 0.23 | 115.81 | 0.43 | 0.6 |
| Hex | 75 | C5 | 6F | 29 | 0 | 2C | 17 | 74 | 2B | 3C |
| Octal | 165 | 305 | 157 | 51 | 0 | 54 | 27 | 164 | 53 | 74 |
| Binary | 1110101 | 11000101 | 1101111 | 101001 | 0 | 101100 | 10111 | 1110100 | 101011 | 111100 |
Color Harmonies of #75C56F
Complementary color
Monochromatic Colors of #75C56F
Black with #75C56F
Text Example
Text Example
White with #75C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C56F; }
p { color: rgb(117,197,111); }
H1.HeaderClassName
{
color: #75C56F;
}
.AnyTagClassName
{
color: #75C56F;
}
</style>
background-color css
<style>
a { background-color: #75C56F; }
a { background-color: rgb(117,197,111); }
div.DivClassName
{
background-color: #75C56F;
}
.BgClassName
{
background-color: #75C56F;
}
</style>
border-color css
<style>
span { border-color: #75C56F; }
span { border-color: rgb(117,197,111); }
td.TdClassName
{
border-color: #75C56F;
}
.TagClassName
{
border-color: #75C56F;
}
</style>