Shades of Pastel Green #6ADE5D
Tints of Pastel Green #6ADE5D
RGB
CMYK
RGB Variations
Color information
#6ADE5D (or 0x6ADE5D) is known color: Pastel Green. HEX triplet: 6A, DE and 5D. RGB value is (106,222,93). Sum of RGB (Red+Green+Blue) = 106+222+93=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADE5D is #9521A2. Grayscale: #ADADAD. Windows color (decimal): -9773475 or 6151786. OLE color: 6151786.
HSL color Cylindrical-coordinate representation of color #6ADE5D: hue angle of 113.95º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADE5D is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 93 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.13 |
| HSL | 113.95º | 0.66% | 0.62% | - |
| HSV(B) | 113.95º | 0.58% | 0.87% | - |
| XYZ | 34.04 | 56.1 | 19.39 | - |
| YUV | 172.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 93 | 0.52 | 0 | 0.58 | 0.13 | 113.95 | 0.66 | 0.62 |
| Hex | 6A | DE | 5D | 34 | 0 | 3A | D | 72 | 42 | 3E |
| Octal | 152 | 336 | 135 | 64 | 0 | 72 | 15 | 162 | 102 | 76 |
| Binary | 1101010 | 11011110 | 1011101 | 110100 | 0 | 111010 | 1101 | 1110010 | 1000010 | 111110 |
Color Harmonies of #6ADE5D
Complementary color
Monochromatic Colors of #6ADE5D
Black with #6ADE5D
Text Example
Text Example
White with #6ADE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE5D; }
p { color: rgb(106,222,93); }
H1.HeaderClassName
{
color: #6ADE5D;
}
.AnyTagClassName
{
color: #6ADE5D;
}
</style>
background-color css
<style>
a { background-color: #6ADE5D; }
a { background-color: rgb(106,222,93); }
div.DivClassName
{
background-color: #6ADE5D;
}
.BgClassName
{
background-color: #6ADE5D;
}
</style>
border-color css
<style>
span { border-color: #6ADE5D; }
span { border-color: rgb(106,222,93); }
td.TdClassName
{
border-color: #6ADE5D;
}
.TagClassName
{
border-color: #6ADE5D;
}
</style>