Shades of Pastel Green #72E666
Tints of Pastel Green #72E666
RGB
CMYK
RGB Variations
Color information
#72E666 (or 0x72E666) is known color: Pastel Green. HEX triplet: 72, E6 and 66. RGB value is (114,230,102). Sum of RGB (Red+Green+Blue) = 114+230+102=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #72E666 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E666 is #8D1999. Grayscale: #B5B5B5. Windows color (decimal): -9247130 or 6743666. OLE color: 6743666.
HSL color Cylindrical-coordinate representation of color #72E666: hue angle of 114.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72E666 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 230 | 102 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.10 |
| HSL | 114.38º | 0.72% | 0.65% | - |
| HSV(B) | 114.38º | 0.56% | 0.9% | - |
| XYZ | 37.63 | 61.13 | 22.39 | - |
| YUV | 180.72 | 83.57 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 230 | 102 | 0.50 | 0 | 0.56 | 0.10 | 114.38 | 0.72 | 0.65 |
| Hex | 72 | E6 | 66 | 32 | 0 | 38 | A | 72 | 48 | 41 |
| Octal | 162 | 346 | 146 | 62 | 0 | 70 | 12 | 162 | 110 | 101 |
| Binary | 1110010 | 11100110 | 1100110 | 110010 | 0 | 111000 | 1010 | 1110010 | 1001000 | 1000001 |
Color Harmonies of #72E666
Complementary color
Monochromatic Colors of #72E666
Black with #72E666
Text Example
Text Example
White with #72E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72E666; }
p { color: rgb(114,230,102); }
H1.HeaderClassName
{
color: #72E666;
}
.AnyTagClassName
{
color: #72E666;
}
</style>
background-color css
<style>
a { background-color: #72E666; }
a { background-color: rgb(114,230,102); }
div.DivClassName
{
background-color: #72E666;
}
.BgClassName
{
background-color: #72E666;
}
</style>
border-color css
<style>
span { border-color: #72E666; }
span { border-color: rgb(114,230,102); }
td.TdClassName
{
border-color: #72E666;
}
.TagClassName
{
border-color: #72E666;
}
</style>