Shades of Pastel Green #60E672
Tints of Pastel Green #60E672
RGB
CMYK
RGB Variations
Color information
#60E672 (or 0x60E672) is known color: Pastel Green. HEX triplet: 60, E6 and 72. RGB value is (96,230,114). Sum of RGB (Red+Green+Blue) = 96+230+114=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #60E672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E672 is #9F198D. Grayscale: #B1B1B1. Windows color (decimal): -10426766 or 7530080. OLE color: 7530080.
HSL color Cylindrical-coordinate representation of color #60E672: hue angle of 128.06º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E672 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 114 | - |
| CMYK | 0.58 | 0 | 0.50 | 0.10 |
| HSL | 128.06º | 0.73% | 0.64% | - |
| HSV(B) | 128.06º | 0.58% | 0.9% | - |
| XYZ | 36.16 | 60.3 | 25.65 | - |
| YUV | 176.71 | 92.61 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 114 | 0.58 | 0 | 0.50 | 0.10 | 128.06 | 0.73 | 0.64 |
| Hex | 60 | E6 | 72 | 3A | 0 | 32 | A | 80 | 49 | 40 |
| Octal | 140 | 346 | 162 | 72 | 0 | 62 | 12 | 200 | 111 | 100 |
| Binary | 1100000 | 11100110 | 1110010 | 111010 | 0 | 110010 | 1010 | 10000000 | 1001001 | 1000000 |
Color Harmonies of #60E672
Complementary color
Monochromatic Colors of #60E672
Black with #60E672
Text Example
Text Example
White with #60E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E672; }
p { color: rgb(96,230,114); }
H1.HeaderClassName
{
color: #60E672;
}
.AnyTagClassName
{
color: #60E672;
}
</style>
background-color css
<style>
a { background-color: #60E672; }
a { background-color: rgb(96,230,114); }
div.DivClassName
{
background-color: #60E672;
}
.BgClassName
{
background-color: #60E672;
}
</style>
border-color css
<style>
span { border-color: #60E672; }
span { border-color: rgb(96,230,114); }
td.TdClassName
{
border-color: #60E672;
}
.TagClassName
{
border-color: #60E672;
}
</style>