Shades of Pastel Green #60F390
Tints of Pastel Green #60F390
RGB
CMYK
RGB Variations
Color information
#60F390 (or 0x60F390) is known color: Pastel Green. HEX triplet: 60, F3 and 90. RGB value is (96,243,144). Sum of RGB (Red+Green+Blue) = 96+243+144=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #60F390 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F390 is #9F0C6F. Grayscale: #BCBCBC. Windows color (decimal): -10423408 or 9499488. OLE color: 9499488.
HSL color Cylindrical-coordinate representation of color #60F390: hue angle of 139.59º degrees, saturation: 0.86, 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 #60F390 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 243 | 144 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.05 |
| HSL | 139.59º | 0.86% | 0.66% | - |
| HSV(B) | 139.59º | 0.6% | 0.95% | - |
| XYZ | 41.91 | 68.6 | 37.42 | - |
| YUV | 187.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 243 | 144 | 0.60 | 0 | 0.41 | 0.05 | 139.59 | 0.86 | 0.66 |
| Hex | 60 | F3 | 90 | 3C | 0 | 29 | 5 | 8C | 56 | 42 |
| Octal | 140 | 363 | 220 | 74 | 0 | 51 | 5 | 214 | 126 | 102 |
| Binary | 1100000 | 11110011 | 10010000 | 111100 | 0 | 101001 | 101 | 10001100 | 1010110 | 1000010 |
Color Harmonies of #60F390
Complementary color
Monochromatic Colors of #60F390
Black with #60F390
Text Example
Text Example
White with #60F390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F390; }
p { color: rgb(96,243,144); }
H1.HeaderClassName
{
color: #60F390;
}
.AnyTagClassName
{
color: #60F390;
}
</style>
background-color css
<style>
a { background-color: #60F390; }
a { background-color: rgb(96,243,144); }
div.DivClassName
{
background-color: #60F390;
}
.BgClassName
{
background-color: #60F390;
}
</style>
border-color css
<style>
span { border-color: #60F390; }
span { border-color: rgb(96,243,144); }
td.TdClassName
{
border-color: #60F390;
}
.TagClassName
{
border-color: #60F390;
}
</style>