Shades of Pastel Green #60DC77
Tints of Pastel Green #60DC77
RGB
CMYK
RGB Variations
Color information
#60DC77 (or 0x60DC77) is known color: Pastel Green. HEX triplet: 60, DC and 77. RGB value is (96,220,119). Sum of RGB (Red+Green+Blue) = 96+220+119=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DC77 is #9F2388. Grayscale: #ABABAB. Windows color (decimal): -10429321 or 7855200. OLE color: 7855200.
HSL color Cylindrical-coordinate representation of color #60DC77: hue angle of 131.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DC77 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 220 | 119 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.14 |
| HSL | 131.13º | 0.64% | 0.62% | - |
| HSV(B) | 131.13º | 0.56% | 0.86% | - |
| XYZ | 33.75 | 55.01 | 26.29 | - |
| YUV | 171.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 220 | 119 | 0.56 | 0 | 0.46 | 0.14 | 131.13 | 0.64 | 0.62 |
| Hex | 60 | DC | 77 | 38 | 0 | 2E | E | 83 | 40 | 3E |
| Octal | 140 | 334 | 167 | 70 | 0 | 56 | 16 | 203 | 100 | 76 |
| Binary | 1100000 | 11011100 | 1110111 | 111000 | 0 | 101110 | 1110 | 10000011 | 1000000 | 111110 |
Color Harmonies of #60DC77
Complementary color
Monochromatic Colors of #60DC77
Black with #60DC77
Text Example
Text Example
White with #60DC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DC77; }
p { color: rgb(96,220,119); }
H1.HeaderClassName
{
color: #60DC77;
}
.AnyTagClassName
{
color: #60DC77;
}
</style>
background-color css
<style>
a { background-color: #60DC77; }
a { background-color: rgb(96,220,119); }
div.DivClassName
{
background-color: #60DC77;
}
.BgClassName
{
background-color: #60DC77;
}
</style>
border-color css
<style>
span { border-color: #60DC77; }
span { border-color: rgb(96,220,119); }
td.TdClassName
{
border-color: #60DC77;
}
.TagClassName
{
border-color: #60DC77;
}
</style>