Shades of Pastel Green #60EF8A
Tints of Pastel Green #60EF8A
RGB
CMYK
RGB Variations
Color information
#60EF8A (or 0x60EF8A) is known color: Pastel Green. HEX triplet: 60, EF and 8A. RGB value is (96,239,138). Sum of RGB (Red+Green+Blue) = 96+239+138=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #60EF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EF8A is #9F1075. Grayscale: #B8B8B8. Windows color (decimal): -10424438 or 9105248. OLE color: 9105248.
HSL color Cylindrical-coordinate representation of color #60EF8A: hue angle of 137.62º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EF8A is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 138 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.06 |
| HSL | 137.62º | 0.82% | 0.66% | - |
| HSV(B) | 137.62º | 0.6% | 0.94% | - |
| XYZ | 40.28 | 66.05 | 34.67 | - |
| YUV | 184.73 | 101.62 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 138 | 0.60 | 0 | 0.42 | 0.06 | 137.62 | 0.82 | 0.66 |
| Hex | 60 | EF | 8A | 3C | 0 | 2A | 6 | 8A | 52 | 42 |
| Octal | 140 | 357 | 212 | 74 | 0 | 52 | 6 | 212 | 122 | 102 |
| Binary | 1100000 | 11101111 | 10001010 | 111100 | 0 | 101010 | 110 | 10001010 | 1010010 | 1000010 |
Color Harmonies of #60EF8A
Complementary color
Monochromatic Colors of #60EF8A
Black with #60EF8A
Text Example
Text Example
White with #60EF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EF8A; }
p { color: rgb(96,239,138); }
H1.HeaderClassName
{
color: #60EF8A;
}
.AnyTagClassName
{
color: #60EF8A;
}
</style>
background-color css
<style>
a { background-color: #60EF8A; }
a { background-color: rgb(96,239,138); }
div.DivClassName
{
background-color: #60EF8A;
}
.BgClassName
{
background-color: #60EF8A;
}
</style>
border-color css
<style>
span { border-color: #60EF8A; }
span { border-color: rgb(96,239,138); }
td.TdClassName
{
border-color: #60EF8A;
}
.TagClassName
{
border-color: #60EF8A;
}
</style>