Shades of Pastel Green #75C96F
Tints of Pastel Green #75C96F
RGB
CMYK
RGB Variations
Color information
#75C96F (or 0x75C96F) is known color: Pastel Green. HEX triplet: 75, C9 and 6F. RGB value is (117,201,111). Sum of RGB (Red+Green+Blue) = 117+201+111=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #75C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C96F is #8A3690. Grayscale: #A5A5A5. Windows color (decimal): -9057937 or 7326069. OLE color: 7326069.
HSL color Cylindrical-coordinate representation of color #75C96F: hue angle of 116º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75C96F is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 201 | 111 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.21 |
| HSL | 116º | 0.45% | 0.61% | - |
| HSV(B) | 116º | 0.45% | 0.79% | - |
| XYZ | 31.09 | 46.7 | 22.41 | - |
| YUV | 165.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 111 | 0.42 | 0 | 0.45 | 0.21 | 116 | 0.45 | 0.61 |
| Hex | 75 | C9 | 6F | 2A | 0 | 2D | 15 | 74 | 2D | 3D |
| Octal | 165 | 311 | 157 | 52 | 0 | 55 | 25 | 164 | 55 | 75 |
| Binary | 1110101 | 11001001 | 1101111 | 101010 | 0 | 101101 | 10101 | 1110100 | 101101 | 111101 |
Color Harmonies of #75C96F
Complementary color
Monochromatic Colors of #75C96F
Black with #75C96F
Text Example
Text Example
White with #75C96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C96F; }
p { color: rgb(117,201,111); }
H1.HeaderClassName
{
color: #75C96F;
}
.AnyTagClassName
{
color: #75C96F;
}
</style>
background-color css
<style>
a { background-color: #75C96F; }
a { background-color: rgb(117,201,111); }
div.DivClassName
{
background-color: #75C96F;
}
.BgClassName
{
background-color: #75C96F;
}
</style>
border-color css
<style>
span { border-color: #75C96F; }
span { border-color: rgb(117,201,111); }
td.TdClassName
{
border-color: #75C96F;
}
.TagClassName
{
border-color: #75C96F;
}
</style>