Shades of Pastel Green #60E375
Tints of Pastel Green #60E375
RGB
CMYK
RGB Variations
Color information
#60E375 (or 0x60E375) is known color: Pastel Green. HEX triplet: 60, E3 and 75. RGB value is (96,227,117). Sum of RGB (Red+Green+Blue) = 96+227+117=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 227 (89.06% from 255 or 51.59% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 227 - color contains mainly: green. Hex color #60E375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E375 is #9F1C8A. Grayscale: #AFAFAF. Windows color (decimal): -10427531 or 7725920. OLE color: 7725920.
HSL color Cylindrical-coordinate representation of color #60E375: hue angle of 129.62º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E375 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 227 | 117 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.11 |
| HSL | 129.62º | 0.7% | 0.63% | - |
| HSV(B) | 129.62º | 0.58% | 0.89% | - |
| XYZ | 35.5 | 58.71 | 26.29 | - |
| YUV | 175.29 | 95.1 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 227 | 117 | 0.58 | 0 | 0.48 | 0.11 | 129.62 | 0.7 | 0.63 |
| Hex | 60 | E3 | 75 | 3A | 0 | 30 | B | 82 | 46 | 3F |
| Octal | 140 | 343 | 165 | 72 | 0 | 60 | 13 | 202 | 106 | 77 |
| Binary | 1100000 | 11100011 | 1110101 | 111010 | 0 | 110000 | 1011 | 10000010 | 1000110 | 111111 |
Color Harmonies of #60E375
Complementary color
Monochromatic Colors of #60E375
Black with #60E375
Text Example
Text Example
White with #60E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E375; }
p { color: rgb(96,227,117); }
H1.HeaderClassName
{
color: #60E375;
}
.AnyTagClassName
{
color: #60E375;
}
</style>
background-color css
<style>
a { background-color: #60E375; }
a { background-color: rgb(96,227,117); }
div.DivClassName
{
background-color: #60E375;
}
.BgClassName
{
background-color: #60E375;
}
</style>
border-color css
<style>
span { border-color: #60E375; }
span { border-color: rgb(96,227,117); }
td.TdClassName
{
border-color: #60E375;
}
.TagClassName
{
border-color: #60E375;
}
</style>