Shades of Pastel Green #60F28F
Tints of Pastel Green #60F28F
RGB
CMYK
RGB Variations
Color information
#60F28F (or 0x60F28F) is known color: Pastel Green. HEX triplet: 60, F2 and 8F. RGB value is (96,242,143). Sum of RGB (Red+Green+Blue) = 96+242+143=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #60F28F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F28F is #9F0D70. Grayscale: #BBBBBB. Windows color (decimal): -10423665 or 9433696. OLE color: 9433696.
HSL color Cylindrical-coordinate representation of color #60F28F: hue angle of 139.32º 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 #60F28F is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 143 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.05 |
| HSL | 139.32º | 0.85% | 0.66% | - |
| HSV(B) | 139.32º | 0.6% | 0.95% | - |
| XYZ | 41.53 | 67.97 | 36.92 | - |
| YUV | 187.06 | 103.13 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 143 | 0.60 | 0 | 0.41 | 0.05 | 139.32 | 0.85 | 0.66 |
| Hex | 60 | F2 | 8F | 3C | 0 | 29 | 5 | 8B | 55 | 42 |
| Octal | 140 | 362 | 217 | 74 | 0 | 51 | 5 | 213 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10001111 | 111100 | 0 | 101001 | 101 | 10001011 | 1010101 | 1000010 |
Color Harmonies of #60F28F
Complementary color
Monochromatic Colors of #60F28F
Black with #60F28F
Text Example
Text Example
White with #60F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F28F; }
p { color: rgb(96,242,143); }
H1.HeaderClassName
{
color: #60F28F;
}
.AnyTagClassName
{
color: #60F28F;
}
</style>
background-color css
<style>
a { background-color: #60F28F; }
a { background-color: rgb(96,242,143); }
div.DivClassName
{
background-color: #60F28F;
}
.BgClassName
{
background-color: #60F28F;
}
</style>
border-color css
<style>
span { border-color: #60F28F; }
span { border-color: rgb(96,242,143); }
td.TdClassName
{
border-color: #60F28F;
}
.TagClassName
{
border-color: #60F28F;
}
</style>