Shades of Pastel Green #75E071
Tints of Pastel Green #75E071
RGB
CMYK
RGB Variations
Color information
#75E071 (or 0x75E071) is known color: Pastel Green. HEX triplet: 75, E0 and 71. RGB value is (117,224,113). Sum of RGB (Red+Green+Blue) = 117+224+113=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #75E071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E071 is #8A1F8E. Grayscale: #B3B3B3. Windows color (decimal): -9052047 or 7463029. OLE color: 7463029.
HSL color Cylindrical-coordinate representation of color #75E071: hue angle of 117.84º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E071 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 113 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.12 |
| HSL | 117.84º | 0.64% | 0.66% | - |
| HSV(B) | 117.84º | 0.5% | 0.88% | - |
| XYZ | 36.97 | 58.29 | 24.92 | - |
| YUV | 179.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 113 | 0.48 | 0 | 0.50 | 0.12 | 117.84 | 0.64 | 0.66 |
| Hex | 75 | E0 | 71 | 30 | 0 | 32 | C | 76 | 40 | 42 |
| Octal | 165 | 340 | 161 | 60 | 0 | 62 | 14 | 166 | 100 | 102 |
| Binary | 1110101 | 11100000 | 1110001 | 110000 | 0 | 110010 | 1100 | 1110110 | 1000000 | 1000010 |
Color Harmonies of #75E071
Complementary color
Monochromatic Colors of #75E071
Black with #75E071
Text Example
Text Example
White with #75E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E071; }
p { color: rgb(117,224,113); }
H1.HeaderClassName
{
color: #75E071;
}
.AnyTagClassName
{
color: #75E071;
}
</style>
background-color css
<style>
a { background-color: #75E071; }
a { background-color: rgb(117,224,113); }
div.DivClassName
{
background-color: #75E071;
}
.BgClassName
{
background-color: #75E071;
}
</style>
border-color css
<style>
span { border-color: #75E071; }
span { border-color: rgb(117,224,113); }
td.TdClassName
{
border-color: #75E071;
}
.TagClassName
{
border-color: #75E071;
}
</style>