Shades of Pastel Green #60DF6C
Tints of Pastel Green #60DF6C
RGB
CMYK
RGB Variations
Color information
#60DF6C (or 0x60DF6C) is known color: Pastel Green. HEX triplet: 60, DF and 6C. RGB value is (96,223,108). Sum of RGB (Red+Green+Blue) = 96+223+108=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DF6C is #9F2093. Grayscale: #ACACAC. Windows color (decimal): -10428564 or 7135072. OLE color: 7135072.
HSL color Cylindrical-coordinate representation of color #60DF6C: hue angle of 125.67º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DF6C is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 108 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.13 |
| HSL | 125.67º | 0.66% | 0.63% | - |
| HSV(B) | 125.67º | 0.57% | 0.87% | - |
| XYZ | 33.92 | 56.34 | 23.28 | - |
| YUV | 171.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 108 | 0.57 | 0 | 0.52 | 0.13 | 125.67 | 0.66 | 0.63 |
| Hex | 60 | DF | 6C | 39 | 0 | 34 | D | 7E | 42 | 3F |
| Octal | 140 | 337 | 154 | 71 | 0 | 64 | 15 | 176 | 102 | 77 |
| Binary | 1100000 | 11011111 | 1101100 | 111001 | 0 | 110100 | 1101 | 1111110 | 1000010 | 111111 |
Color Harmonies of #60DF6C
Complementary color
Monochromatic Colors of #60DF6C
Black with #60DF6C
Text Example
Text Example
White with #60DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF6C; }
p { color: rgb(96,223,108); }
H1.HeaderClassName
{
color: #60DF6C;
}
.AnyTagClassName
{
color: #60DF6C;
}
</style>
background-color css
<style>
a { background-color: #60DF6C; }
a { background-color: rgb(96,223,108); }
div.DivClassName
{
background-color: #60DF6C;
}
.BgClassName
{
background-color: #60DF6C;
}
</style>
border-color css
<style>
span { border-color: #60DF6C; }
span { border-color: rgb(96,223,108); }
td.TdClassName
{
border-color: #60DF6C;
}
.TagClassName
{
border-color: #60DF6C;
}
</style>