Shades of Pastel Green #72E75E
Tints of Pastel Green #72E75E
RGB
CMYK
RGB Variations
Color information
#72E75E (or 0x72E75E) is known color: Pastel Green. HEX triplet: 72, E7 and 5E. RGB value is (114,231,94). Sum of RGB (Red+Green+Blue) = 114+231+94=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #72E75E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E75E is #8D18A1. Grayscale: #B4B4B4. Windows color (decimal): -9246882 or 6219634. OLE color: 6219634.
HSL color Cylindrical-coordinate representation of color #72E75E: hue angle of 111.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72E75E is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 231 | 94 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.09 |
| HSL | 111.24º | 0.74% | 0.64% | - |
| HSV(B) | 111.24º | 0.59% | 0.91% | - |
| XYZ | 37.54 | 61.54 | 20.49 | - |
| YUV | 180.4 | 79.24 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 231 | 94 | 0.51 | 0 | 0.59 | 0.09 | 111.24 | 0.74 | 0.64 |
| Hex | 72 | E7 | 5E | 33 | 0 | 3B | 9 | 6F | 4A | 40 |
| Octal | 162 | 347 | 136 | 63 | 0 | 73 | 11 | 157 | 112 | 100 |
| Binary | 1110010 | 11100111 | 1011110 | 110011 | 0 | 111011 | 1001 | 1101111 | 1001010 | 1000000 |
Color Harmonies of #72E75E
Complementary color
Monochromatic Colors of #72E75E
Black with #72E75E
Text Example
Text Example
White with #72E75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E75E; }
p { color: rgb(114,231,94); }
H1.HeaderClassName
{
color: #72E75E;
}
.AnyTagClassName
{
color: #72E75E;
}
</style>
background-color css
<style>
a { background-color: #72E75E; }
a { background-color: rgb(114,231,94); }
div.DivClassName
{
background-color: #72E75E;
}
.BgClassName
{
background-color: #72E75E;
}
</style>
border-color css
<style>
span { border-color: #72E75E; }
span { border-color: rgb(114,231,94); }
td.TdClassName
{
border-color: #72E75E;
}
.TagClassName
{
border-color: #72E75E;
}
</style>