Shades of Pastel Green #60F690
Tints of Pastel Green #60F690
RGB
CMYK
RGB Variations
Color information
#60F690 (or 0x60F690) is known color: Pastel Green. HEX triplet: 60, F6 and 90. RGB value is (96,246,144). Sum of RGB (Red+Green+Blue) = 96+246+144=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #60F690 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F690 is #9F096F. Grayscale: #BDBDBD. Windows color (decimal): -10422640 or 9500256. OLE color: 9500256.
HSL color Cylindrical-coordinate representation of color #60F690: hue angle of 139.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F690 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 246 | 144 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.04 |
| HSL | 139.2º | 0.89% | 0.67% | - |
| HSV(B) | 139.2º | 0.61% | 0.96% | - |
| XYZ | 42.81 | 70.41 | 37.72 | - |
| YUV | 189.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 246 | 144 | 0.61 | 0 | 0.41 | 0.04 | 139.2 | 0.89 | 0.67 |
| Hex | 60 | F6 | 90 | 3D | 0 | 29 | 4 | 8B | 59 | 43 |
| Octal | 140 | 366 | 220 | 75 | 0 | 51 | 4 | 213 | 131 | 103 |
| Binary | 1100000 | 11110110 | 10010000 | 111101 | 0 | 101001 | 100 | 10001011 | 1011001 | 1000011 |
Color Harmonies of #60F690
Complementary color
Monochromatic Colors of #60F690
Black with #60F690
Text Example
Text Example
White with #60F690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F690; }
p { color: rgb(96,246,144); }
H1.HeaderClassName
{
color: #60F690;
}
.AnyTagClassName
{
color: #60F690;
}
</style>
background-color css
<style>
a { background-color: #60F690; }
a { background-color: rgb(96,246,144); }
div.DivClassName
{
background-color: #60F690;
}
.BgClassName
{
background-color: #60F690;
}
</style>
border-color css
<style>
span { border-color: #60F690; }
span { border-color: rgb(96,246,144); }
td.TdClassName
{
border-color: #60F690;
}
.TagClassName
{
border-color: #60F690;
}
</style>