Shades of Pastel Green #72E67B
Tints of Pastel Green #72E67B
RGB
CMYK
RGB Variations
Color information
#72E67B (or 0x72E67B) is known color: Pastel Green. HEX triplet: 72, E6 and 7B. RGB value is (114,230,123). Sum of RGB (Red+Green+Blue) = 114+230+123=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #72E67B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E67B is #8D1984. Grayscale: #B7B7B7. Windows color (decimal): -9247109 or 8119922. OLE color: 8119922.
HSL color Cylindrical-coordinate representation of color #72E67B: hue angle of 124.66º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E67B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 123 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.10 |
| HSL | 124.66º | 0.7% | 0.67% | - |
| HSV(B) | 124.66º | 0.5% | 0.9% | - |
| XYZ | 38.81 | 61.6 | 28.58 | - |
| YUV | 183.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 123 | 0.50 | 0 | 0.47 | 0.10 | 124.66 | 0.7 | 0.67 |
| Hex | 72 | E6 | 7B | 32 | 0 | 2F | A | 7D | 46 | 43 |
| Octal | 162 | 346 | 173 | 62 | 0 | 57 | 12 | 175 | 106 | 103 |
| Binary | 1110010 | 11100110 | 1111011 | 110010 | 0 | 101111 | 1010 | 1111101 | 1000110 | 1000011 |
Color Harmonies of #72E67B
Complementary color
Monochromatic Colors of #72E67B
Black with #72E67B
Text Example
Text Example
White with #72E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E67B; }
p { color: rgb(114,230,123); }
H1.HeaderClassName
{
color: #72E67B;
}
.AnyTagClassName
{
color: #72E67B;
}
</style>
background-color css
<style>
a { background-color: #72E67B; }
a { background-color: rgb(114,230,123); }
div.DivClassName
{
background-color: #72E67B;
}
.BgClassName
{
background-color: #72E67B;
}
</style>
border-color css
<style>
span { border-color: #72E67B; }
span { border-color: rgb(114,230,123); }
td.TdClassName
{
border-color: #72E67B;
}
.TagClassName
{
border-color: #72E67B;
}
</style>