Shades of Pastel Green #60F290
Tints of Pastel Green #60F290
RGB
CMYK
RGB Variations
Color information
#60F290 (or 0x60F290) is known color: Pastel Green. HEX triplet: 60, F2 and 90. RGB value is (96,242,144). Sum of RGB (Red+Green+Blue) = 96+242+144=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #60F290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F290 is #9F0D6F. Grayscale: #BBBBBB. Windows color (decimal): -10423664 or 9499232. OLE color: 9499232.
HSL color Cylindrical-coordinate representation of color #60F290: hue angle of 139.73º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F290 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 144 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.05 |
| HSL | 139.73º | 0.85% | 0.66% | - |
| HSV(B) | 139.73º | 0.6% | 0.95% | - |
| XYZ | 41.61 | 68 | 37.32 | - |
| YUV | 187.17 | 103.63 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 144 | 0.60 | 0 | 0.40 | 0.05 | 139.73 | 0.85 | 0.66 |
| Hex | 60 | F2 | 90 | 3C | 0 | 28 | 5 | 8C | 55 | 42 |
| Octal | 140 | 362 | 220 | 74 | 0 | 50 | 5 | 214 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10010000 | 111100 | 0 | 101000 | 101 | 10001100 | 1010101 | 1000010 |
Color Harmonies of #60F290
Complementary color
Monochromatic Colors of #60F290
Black with #60F290
Text Example
Text Example
White with #60F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F290; }
p { color: rgb(96,242,144); }
H1.HeaderClassName
{
color: #60F290;
}
.AnyTagClassName
{
color: #60F290;
}
</style>
background-color css
<style>
a { background-color: #60F290; }
a { background-color: rgb(96,242,144); }
div.DivClassName
{
background-color: #60F290;
}
.BgClassName
{
background-color: #60F290;
}
</style>
border-color css
<style>
span { border-color: #60F290; }
span { border-color: rgb(96,242,144); }
td.TdClassName
{
border-color: #60F290;
}
.TagClassName
{
border-color: #60F290;
}
</style>