Shades of Pastel Green #6ADC83
Tints of Pastel Green #6ADC83
RGB
CMYK
RGB Variations
Color information
#6ADC83 (or 0x6ADC83) is known color: Pastel Green. HEX triplet: 6A, DC and 83. RGB value is (106,220,131). Sum of RGB (Red+Green+Blue) = 106+220+131=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADC83 is #95237C. Grayscale: #B0B0B0. Windows color (decimal): -9773949 or 8641642. OLE color: 8641642.
HSL color Cylindrical-coordinate representation of color #6ADC83: hue angle of 133.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADC83 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 131 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.14 |
| HSL | 133.16º | 0.62% | 0.64% | - |
| HSV(B) | 133.16º | 0.52% | 0.86% | - |
| XYZ | 35.63 | 55.89 | 30.38 | - |
| YUV | 175.77 | 102.73 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 131 | 0.52 | 0 | 0.40 | 0.14 | 133.16 | 0.62 | 0.64 |
| Hex | 6A | DC | 83 | 34 | 0 | 28 | E | 85 | 3E | 40 |
| Octal | 152 | 334 | 203 | 64 | 0 | 50 | 16 | 205 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10000011 | 110100 | 0 | 101000 | 1110 | 10000101 | 111110 | 1000000 |
Color Harmonies of #6ADC83
Complementary color
Monochromatic Colors of #6ADC83
Black with #6ADC83
Text Example
Text Example
White with #6ADC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC83; }
p { color: rgb(106,220,131); }
H1.HeaderClassName
{
color: #6ADC83;
}
.AnyTagClassName
{
color: #6ADC83;
}
</style>
background-color css
<style>
a { background-color: #6ADC83; }
a { background-color: rgb(106,220,131); }
div.DivClassName
{
background-color: #6ADC83;
}
.BgClassName
{
background-color: #6ADC83;
}
</style>
border-color css
<style>
span { border-color: #6ADC83; }
span { border-color: rgb(106,220,131); }
td.TdClassName
{
border-color: #6ADC83;
}
.TagClassName
{
border-color: #6ADC83;
}
</style>