Shades of Pastel Green #60EF8C
Tints of Pastel Green #60EF8C
RGB
CMYK
RGB Variations
Color information
#60EF8C (or 0x60EF8C) is known color: Pastel Green. HEX triplet: 60, EF and 8C. RGB value is (96,239,140). Sum of RGB (Red+Green+Blue) = 96+239+140=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #60EF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EF8C is #9F1073. Grayscale: #B9B9B9. Windows color (decimal): -10424436 or 9236320. OLE color: 9236320.
HSL color Cylindrical-coordinate representation of color #60EF8C: hue angle of 138.46º 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 #60EF8C is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 140 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.06 |
| HSL | 138.46º | 0.82% | 0.66% | - |
| HSV(B) | 138.46º | 0.6% | 0.94% | - |
| XYZ | 40.42 | 66.11 | 35.44 | - |
| YUV | 184.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 140 | 0.60 | 0 | 0.41 | 0.06 | 138.46 | 0.82 | 0.66 |
| Hex | 60 | EF | 8C | 3C | 0 | 29 | 6 | 8A | 52 | 42 |
| Octal | 140 | 357 | 214 | 74 | 0 | 51 | 6 | 212 | 122 | 102 |
| Binary | 1100000 | 11101111 | 10001100 | 111100 | 0 | 101001 | 110 | 10001010 | 1010010 | 1000010 |
Color Harmonies of #60EF8C
Complementary color
Monochromatic Colors of #60EF8C
Black with #60EF8C
Text Example
Text Example
White with #60EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EF8C; }
p { color: rgb(96,239,140); }
H1.HeaderClassName
{
color: #60EF8C;
}
.AnyTagClassName
{
color: #60EF8C;
}
</style>
background-color css
<style>
a { background-color: #60EF8C; }
a { background-color: rgb(96,239,140); }
div.DivClassName
{
background-color: #60EF8C;
}
.BgClassName
{
background-color: #60EF8C;
}
</style>
border-color css
<style>
span { border-color: #60EF8C; }
span { border-color: rgb(96,239,140); }
td.TdClassName
{
border-color: #60EF8C;
}
.TagClassName
{
border-color: #60EF8C;
}
</style>