Shades of Pastel Green #60E682
Tints of Pastel Green #60E682
RGB
CMYK
RGB Variations
Color information
#60E682 (or 0x60E682) is known color: Pastel Green. HEX triplet: 60, E6 and 82. RGB value is (96,230,130). Sum of RGB (Red+Green+Blue) = 96+230+130=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #60E682 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60E682 is #9F197D. Grayscale: #B2B2B2. Windows color (decimal): -10426750 or 8578656. OLE color: 8578656.
HSL color Cylindrical-coordinate representation of color #60E682: hue angle of 135.22º 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 #60E682 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 230 | 130 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.10 |
| HSL | 135.22º | 0.73% | 0.64% | - |
| HSV(B) | 135.22º | 0.58% | 0.9% | - |
| XYZ | 37.15 | 60.69 | 30.88 | - |
| YUV | 178.53 | 100.61 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 230 | 130 | 0.58 | 0 | 0.43 | 0.10 | 135.22 | 0.73 | 0.64 |
| Hex | 60 | E6 | 82 | 3A | 0 | 2B | A | 87 | 49 | 40 |
| Octal | 140 | 346 | 202 | 72 | 0 | 53 | 12 | 207 | 111 | 100 |
| Binary | 1100000 | 11100110 | 10000010 | 111010 | 0 | 101011 | 1010 | 10000111 | 1001001 | 1000000 |
Color Harmonies of #60E682
Complementary color
Monochromatic Colors of #60E682
Black with #60E682
Text Example
Text Example
White with #60E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E682; }
p { color: rgb(96,230,130); }
H1.HeaderClassName
{
color: #60E682;
}
.AnyTagClassName
{
color: #60E682;
}
</style>
background-color css
<style>
a { background-color: #60E682; }
a { background-color: rgb(96,230,130); }
div.DivClassName
{
background-color: #60E682;
}
.BgClassName
{
background-color: #60E682;
}
</style>
border-color css
<style>
span { border-color: #60E682; }
span { border-color: rgb(96,230,130); }
td.TdClassName
{
border-color: #60E682;
}
.TagClassName
{
border-color: #60E682;
}
</style>