Shades of Pastel Green #72E285
Tints of Pastel Green #72E285
RGB
CMYK
RGB Variations
Color information
#72E285 (or 0x72E285) is known color: Pastel Green. HEX triplet: 72, E2 and 85. RGB value is (114,226,133). Sum of RGB (Red+Green+Blue) = 114+226+133=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #72E285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E285 is #8D1D7A. Grayscale: #B6B6B6. Windows color (decimal): -9248123 or 8774258. OLE color: 8774258.
HSL color Cylindrical-coordinate representation of color #72E285: hue angle of 130.18º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E285 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 226 | 133 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.11 |
| HSL | 130.18º | 0.66% | 0.67% | - |
| HSV(B) | 130.18º | 0.5% | 0.89% | - |
| XYZ | 38.37 | 59.66 | 31.68 | - |
| YUV | 181.91 | 100.39 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 226 | 133 | 0.50 | 0 | 0.41 | 0.11 | 130.18 | 0.66 | 0.67 |
| Hex | 72 | E2 | 85 | 32 | 0 | 29 | B | 82 | 42 | 43 |
| Octal | 162 | 342 | 205 | 62 | 0 | 51 | 13 | 202 | 102 | 103 |
| Binary | 1110010 | 11100010 | 10000101 | 110010 | 0 | 101001 | 1011 | 10000010 | 1000010 | 1000011 |
Color Harmonies of #72E285
Complementary color
Monochromatic Colors of #72E285
Black with #72E285
Text Example
Text Example
White with #72E285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E285; }
p { color: rgb(114,226,133); }
H1.HeaderClassName
{
color: #72E285;
}
.AnyTagClassName
{
color: #72E285;
}
</style>
background-color css
<style>
a { background-color: #72E285; }
a { background-color: rgb(114,226,133); }
div.DivClassName
{
background-color: #72E285;
}
.BgClassName
{
background-color: #72E285;
}
</style>
border-color css
<style>
span { border-color: #72E285; }
span { border-color: rgb(114,226,133); }
td.TdClassName
{
border-color: #72E285;
}
.TagClassName
{
border-color: #72E285;
}
</style>