Shades of Pastel Green #60F08D
Tints of Pastel Green #60F08D
RGB
CMYK
RGB Variations
Color information
#60F08D (or 0x60F08D) is known color: Pastel Green. HEX triplet: 60, F0 and 8D. RGB value is (96,240,141). Sum of RGB (Red+Green+Blue) = 96+240+141=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #60F08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F08D is #9F0F72. Grayscale: #B9B9B9. Windows color (decimal): -10424179 or 9302112. OLE color: 9302112.
HSL color Cylindrical-coordinate representation of color #60F08D: hue angle of 138.75º degrees, saturation: 0.83, 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 #60F08D is Cyan = 0.6, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 141 | - |
| CMYK | 0.6 | 0 | 0.41 | 0.06 |
| HSL | 138.75º | 0.83% | 0.66% | - |
| HSV(B) | 138.75º | 0.6% | 0.94% | - |
| XYZ | 40.79 | 66.73 | 35.93 | - |
| YUV | 185.66 | 102.79 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 141 | 0.6 | 0 | 0.41 | 0.06 | 138.75 | 0.83 | 0.66 |
| Hex | 60 | F0 | 8D | 3C | 0 | 29 | 6 | 8B | 53 | 42 |
| Octal | 140 | 360 | 215 | 74 | 0 | 51 | 6 | 213 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10001101 | 111100 | 0 | 101001 | 110 | 10001011 | 1010011 | 1000010 |
Color Harmonies of #60F08D
Complementary color
Monochromatic Colors of #60F08D
Black with #60F08D
Text Example
Text Example
White with #60F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F08D; }
p { color: rgb(96,240,141); }
H1.HeaderClassName
{
color: #60F08D;
}
.AnyTagClassName
{
color: #60F08D;
}
</style>
background-color css
<style>
a { background-color: #60F08D; }
a { background-color: rgb(96,240,141); }
div.DivClassName
{
background-color: #60F08D;
}
.BgClassName
{
background-color: #60F08D;
}
</style>
border-color css
<style>
span { border-color: #60F08D; }
span { border-color: rgb(96,240,141); }
td.TdClassName
{
border-color: #60F08D;
}
.TagClassName
{
border-color: #60F08D;
}
</style>