Shades of Pastel Green #60DE75
Tints of Pastel Green #60DE75
RGB
CMYK
RGB Variations
Color information
#60DE75 (or 0x60DE75) is known color: Pastel Green. HEX triplet: 60, DE and 75. RGB value is (96,222,117). Sum of RGB (Red+Green+Blue) = 96+222+117=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #60DE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DE75 is #9F218A. Grayscale: #ACACAC. Windows color (decimal): -10428811 or 7724640. OLE color: 7724640.
HSL color Cylindrical-coordinate representation of color #60DE75: hue angle of 130º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DE75 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 222 | 117 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.13 |
| HSL | 130º | 0.66% | 0.62% | - |
| HSV(B) | 130º | 0.57% | 0.87% | - |
| XYZ | 34.16 | 56.01 | 25.84 | - |
| YUV | 172.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 222 | 117 | 0.57 | 0 | 0.47 | 0.13 | 130 | 0.66 | 0.62 |
| Hex | 60 | DE | 75 | 39 | 0 | 2F | D | 82 | 42 | 3E |
| Octal | 140 | 336 | 165 | 71 | 0 | 57 | 15 | 202 | 102 | 76 |
| Binary | 1100000 | 11011110 | 1110101 | 111001 | 0 | 101111 | 1101 | 10000010 | 1000010 | 111110 |
Color Harmonies of #60DE75
Complementary color
Monochromatic Colors of #60DE75
Black with #60DE75
Text Example
Text Example
White with #60DE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DE75; }
p { color: rgb(96,222,117); }
H1.HeaderClassName
{
color: #60DE75;
}
.AnyTagClassName
{
color: #60DE75;
}
</style>
background-color css
<style>
a { background-color: #60DE75; }
a { background-color: rgb(96,222,117); }
div.DivClassName
{
background-color: #60DE75;
}
.BgClassName
{
background-color: #60DE75;
}
</style>
border-color css
<style>
span { border-color: #60DE75; }
span { border-color: rgb(96,222,117); }
td.TdClassName
{
border-color: #60DE75;
}
.TagClassName
{
border-color: #60DE75;
}
</style>