Shades of Pastel Green #6ADB83
Tints of Pastel Green #6ADB83
RGB
CMYK
RGB Variations
Color information
#6ADB83 (or 0x6ADB83) is known color: Pastel Green. HEX triplet: 6A, DB and 83. RGB value is (106,219,131). Sum of RGB (Red+Green+Blue) = 106+219+131=456 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.25% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADB83 is #95247C. Grayscale: #AFAFAF. Windows color (decimal): -9774205 or 8641386. OLE color: 8641386.
HSL color Cylindrical-coordinate representation of color #6ADB83: hue angle of 133.27º degrees, saturation: 0.61, 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 #6ADB83 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 131 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.14 |
| HSL | 133.27º | 0.61% | 0.64% | - |
| HSV(B) | 133.27º | 0.52% | 0.86% | - |
| XYZ | 35.37 | 55.37 | 30.3 | - |
| YUV | 175.18 | 103.06 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 131 | 0.52 | 0 | 0.40 | 0.14 | 133.27 | 0.61 | 0.64 |
| Hex | 6A | DB | 83 | 34 | 0 | 28 | E | 85 | 3D | 40 |
| Octal | 152 | 333 | 203 | 64 | 0 | 50 | 16 | 205 | 75 | 100 |
| Binary | 1101010 | 11011011 | 10000011 | 110100 | 0 | 101000 | 1110 | 10000101 | 111101 | 1000000 |
Color Harmonies of #6ADB83
Complementary color
Monochromatic Colors of #6ADB83
Black with #6ADB83
Text Example
Text Example
White with #6ADB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB83; }
p { color: rgb(106,219,131); }
H1.HeaderClassName
{
color: #6ADB83;
}
.AnyTagClassName
{
color: #6ADB83;
}
</style>
background-color css
<style>
a { background-color: #6ADB83; }
a { background-color: rgb(106,219,131); }
div.DivClassName
{
background-color: #6ADB83;
}
.BgClassName
{
background-color: #6ADB83;
}
</style>
border-color css
<style>
span { border-color: #6ADB83; }
span { border-color: rgb(106,219,131); }
td.TdClassName
{
border-color: #6ADB83;
}
.TagClassName
{
border-color: #6ADB83;
}
</style>