Shades of Pastel Green #6ADD5F
Tints of Pastel Green #6ADD5F
RGB
CMYK
RGB Variations
Color information
#6ADD5F (or 0x6ADD5F) is known color: Pastel Green. HEX triplet: 6A, DD and 5F. RGB value is (106,221,95). Sum of RGB (Red+Green+Blue) = 106+221+95=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADD5F is #9522A0. Grayscale: #ACACAC. Windows color (decimal): -9773729 or 6282602. OLE color: 6282602.
HSL color Cylindrical-coordinate representation of color #6ADD5F: hue angle of 114.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ADD5F is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 95 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.13 |
| HSL | 114.76º | 0.65% | 0.62% | - |
| HSV(B) | 114.76º | 0.57% | 0.87% | - |
| XYZ | 33.87 | 55.6 | 19.77 | - |
| YUV | 172.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 95 | 0.52 | 0 | 0.57 | 0.13 | 114.76 | 0.65 | 0.62 |
| Hex | 6A | DD | 5F | 34 | 0 | 39 | D | 73 | 41 | 3E |
| Octal | 152 | 335 | 137 | 64 | 0 | 71 | 15 | 163 | 101 | 76 |
| Binary | 1101010 | 11011101 | 1011111 | 110100 | 0 | 111001 | 1101 | 1110011 | 1000001 | 111110 |
Color Harmonies of #6ADD5F
Complementary color
Monochromatic Colors of #6ADD5F
Black with #6ADD5F
Text Example
Text Example
White with #6ADD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD5F; }
p { color: rgb(106,221,95); }
H1.HeaderClassName
{
color: #6ADD5F;
}
.AnyTagClassName
{
color: #6ADD5F;
}
</style>
background-color css
<style>
a { background-color: #6ADD5F; }
a { background-color: rgb(106,221,95); }
div.DivClassName
{
background-color: #6ADD5F;
}
.BgClassName
{
background-color: #6ADD5F;
}
</style>
border-color css
<style>
span { border-color: #6ADD5F; }
span { border-color: rgb(106,221,95); }
td.TdClassName
{
border-color: #6ADD5F;
}
.TagClassName
{
border-color: #6ADD5F;
}
</style>