Shades of Pastel Green #6ADF80
Tints of Pastel Green #6ADF80
RGB
CMYK
RGB Variations
Color information
#6ADF80 (or 0x6ADF80) is known color: Pastel Green. HEX triplet: 6A, DF and 80. RGB value is (106,223,128). Sum of RGB (Red+Green+Blue) = 106+223+128=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADF80 is #95207F. Grayscale: #B1B1B1. Windows color (decimal): -9773184 or 8445802. OLE color: 8445802.
HSL color Cylindrical-coordinate representation of color #6ADF80: hue angle of 131.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADF80 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 128 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.13 |
| HSL | 131.28º | 0.65% | 0.65% | - |
| HSV(B) | 131.28º | 0.52% | 0.87% | - |
| XYZ | 36.23 | 57.4 | 29.59 | - |
| YUV | 177.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 128 | 0.52 | 0 | 0.43 | 0.13 | 131.28 | 0.65 | 0.65 |
| Hex | 6A | DF | 80 | 34 | 0 | 2B | D | 83 | 41 | 41 |
| Octal | 152 | 337 | 200 | 64 | 0 | 53 | 15 | 203 | 101 | 101 |
| Binary | 1101010 | 11011111 | 10000000 | 110100 | 0 | 101011 | 1101 | 10000011 | 1000001 | 1000001 |
Color Harmonies of #6ADF80
Complementary color
Monochromatic Colors of #6ADF80
Black with #6ADF80
Text Example
Text Example
White with #6ADF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADF80; }
p { color: rgb(106,223,128); }
H1.HeaderClassName
{
color: #6ADF80;
}
.AnyTagClassName
{
color: #6ADF80;
}
</style>
background-color css
<style>
a { background-color: #6ADF80; }
a { background-color: rgb(106,223,128); }
div.DivClassName
{
background-color: #6ADF80;
}
.BgClassName
{
background-color: #6ADF80;
}
</style>
border-color css
<style>
span { border-color: #6ADF80; }
span { border-color: rgb(106,223,128); }
td.TdClassName
{
border-color: #6ADF80;
}
.TagClassName
{
border-color: #6ADF80;
}
</style>