Shades of Pastel Green #6ADD85
Tints of Pastel Green #6ADD85
RGB
CMYK
RGB Variations
Color information
#6ADD85 (or 0x6ADD85) is known color: Pastel Green. HEX triplet: 6A, DD and 85. RGB value is (106,221,133). Sum of RGB (Red+Green+Blue) = 106+221+133=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADD85 is #95227A. Grayscale: #B0B0B0. Windows color (decimal): -9773691 or 8772970. OLE color: 8772970.
HSL color Cylindrical-coordinate representation of color #6ADD85: hue angle of 134.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADD85 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 133 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.13 |
| HSL | 134.09º | 0.63% | 0.64% | - |
| HSV(B) | 134.09º | 0.52% | 0.87% | - |
| XYZ | 36.03 | 56.47 | 31.19 | - |
| YUV | 176.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 133 | 0.52 | 0 | 0.40 | 0.13 | 134.09 | 0.63 | 0.64 |
| Hex | 6A | DD | 85 | 34 | 0 | 28 | D | 86 | 3F | 40 |
| Octal | 152 | 335 | 205 | 64 | 0 | 50 | 15 | 206 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10000101 | 110100 | 0 | 101000 | 1101 | 10000110 | 111111 | 1000000 |
Color Harmonies of #6ADD85
Complementary color
Monochromatic Colors of #6ADD85
Black with #6ADD85
Text Example
Text Example
White with #6ADD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD85; }
p { color: rgb(106,221,133); }
H1.HeaderClassName
{
color: #6ADD85;
}
.AnyTagClassName
{
color: #6ADD85;
}
</style>
background-color css
<style>
a { background-color: #6ADD85; }
a { background-color: rgb(106,221,133); }
div.DivClassName
{
background-color: #6ADD85;
}
.BgClassName
{
background-color: #6ADD85;
}
</style>
border-color css
<style>
span { border-color: #6ADD85; }
span { border-color: rgb(106,221,133); }
td.TdClassName
{
border-color: #6ADD85;
}
.TagClassName
{
border-color: #6ADD85;
}
</style>