Shades of Pastel Green #72E768
Tints of Pastel Green #72E768
RGB
CMYK
RGB Variations
Color information
#72E768 (or 0x72E768) is known color: Pastel Green. HEX triplet: 72, E7 and 68. RGB value is (114,231,104). Sum of RGB (Red+Green+Blue) = 114+231+104=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #72E768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E768 is #8D1897. Grayscale: #B5B5B5. Windows color (decimal): -9246872 or 6874994. OLE color: 6874994.
HSL color Cylindrical-coordinate representation of color #72E768: hue angle of 115.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72E768 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 231 | 104 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.09 |
| HSL | 115.28º | 0.73% | 0.66% | - |
| HSV(B) | 115.28º | 0.55% | 0.91% | - |
| XYZ | 38.01 | 61.73 | 23.01 | - |
| YUV | 181.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 231 | 104 | 0.51 | 0 | 0.55 | 0.09 | 115.28 | 0.73 | 0.66 |
| Hex | 72 | E7 | 68 | 33 | 0 | 37 | 9 | 73 | 49 | 42 |
| Octal | 162 | 347 | 150 | 63 | 0 | 67 | 11 | 163 | 111 | 102 |
| Binary | 1110010 | 11100111 | 1101000 | 110011 | 0 | 110111 | 1001 | 1110011 | 1001001 | 1000010 |
Color Harmonies of #72E768
Complementary color
Monochromatic Colors of #72E768
Black with #72E768
Text Example
Text Example
White with #72E768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E768; }
p { color: rgb(114,231,104); }
H1.HeaderClassName
{
color: #72E768;
}
.AnyTagClassName
{
color: #72E768;
}
</style>
background-color css
<style>
a { background-color: #72E768; }
a { background-color: rgb(114,231,104); }
div.DivClassName
{
background-color: #72E768;
}
.BgClassName
{
background-color: #72E768;
}
</style>
border-color css
<style>
span { border-color: #72E768; }
span { border-color: rgb(114,231,104); }
td.TdClassName
{
border-color: #72E768;
}
.TagClassName
{
border-color: #72E768;
}
</style>