Shades of Pastel Green #60E775
Tints of Pastel Green #60E775
RGB
CMYK
RGB Variations
Color information
#60E775 (or 0x60E775) is known color: Pastel Green. HEX triplet: 60, E7 and 75. RGB value is (96,231,117). Sum of RGB (Red+Green+Blue) = 96+231+117=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 231 (90.62% from 255 or 52.03% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 231 - color contains mainly: green. Hex color #60E775 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E775 is #9F188A. Grayscale: #B1B1B1. Windows color (decimal): -10426507 or 7726944. OLE color: 7726944.
HSL color Cylindrical-coordinate representation of color #60E775: hue angle of 129.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E775 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 231 | 117 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.09 |
| HSL | 129.33º | 0.74% | 0.64% | - |
| HSV(B) | 129.33º | 0.58% | 0.91% | - |
| XYZ | 36.61 | 60.92 | 26.66 | - |
| YUV | 177.64 | 93.77 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 231 | 117 | 0.58 | 0 | 0.49 | 0.09 | 129.33 | 0.74 | 0.64 |
| Hex | 60 | E7 | 75 | 3A | 0 | 31 | 9 | 81 | 4A | 40 |
| Octal | 140 | 347 | 165 | 72 | 0 | 61 | 11 | 201 | 112 | 100 |
| Binary | 1100000 | 11100111 | 1110101 | 111010 | 0 | 110001 | 1001 | 10000001 | 1001010 | 1000000 |
Color Harmonies of #60E775
Complementary color
Monochromatic Colors of #60E775
Black with #60E775
Text Example
Text Example
White with #60E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60E775; }
p { color: rgb(96,231,117); }
H1.HeaderClassName
{
color: #60E775;
}
.AnyTagClassName
{
color: #60E775;
}
</style>
background-color css
<style>
a { background-color: #60E775; }
a { background-color: rgb(96,231,117); }
div.DivClassName
{
background-color: #60E775;
}
.BgClassName
{
background-color: #60E775;
}
</style>
border-color css
<style>
span { border-color: #60E775; }
span { border-color: rgb(96,231,117); }
td.TdClassName
{
border-color: #60E775;
}
.TagClassName
{
border-color: #60E775;
}
</style>