Shades of Pastel Green #6ADB58
Tints of Pastel Green #6ADB58
RGB
CMYK
RGB Variations
Color information
#6ADB58 (or 0x6ADB58) is known color: Pastel Green. HEX triplet: 6A, DB and 58. RGB value is (106,219,88). Sum of RGB (Red+Green+Blue) = 106+219+88=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADB58 is #9524A7. Grayscale: #AAAAAA. Windows color (decimal): -9774248 or 5823338. OLE color: 5823338.
HSL color Cylindrical-coordinate representation of color #6ADB58: hue angle of 111.76º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6ADB58 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 88 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.14 |
| HSL | 111.76º | 0.65% | 0.6% | - |
| HSV(B) | 111.76º | 0.6% | 0.86% | - |
| XYZ | 33.04 | 54.43 | 18 | - |
| YUV | 170.28 | 81.56 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 88 | 0.52 | 0 | 0.60 | 0.14 | 111.76 | 0.65 | 0.6 |
| Hex | 6A | DB | 58 | 34 | 0 | 3C | E | 70 | 41 | 3C |
| Octal | 152 | 333 | 130 | 64 | 0 | 74 | 16 | 160 | 101 | 74 |
| Binary | 1101010 | 11011011 | 1011000 | 110100 | 0 | 111100 | 1110 | 1110000 | 1000001 | 111100 |
Color Harmonies of #6ADB58
Complementary color
Monochromatic Colors of #6ADB58
Black with #6ADB58
Text Example
Text Example
White with #6ADB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB58; }
p { color: rgb(106,219,88); }
H1.HeaderClassName
{
color: #6ADB58;
}
.AnyTagClassName
{
color: #6ADB58;
}
</style>
background-color css
<style>
a { background-color: #6ADB58; }
a { background-color: rgb(106,219,88); }
div.DivClassName
{
background-color: #6ADB58;
}
.BgClassName
{
background-color: #6ADB58;
}
</style>
border-color css
<style>
span { border-color: #6ADB58; }
span { border-color: rgb(106,219,88); }
td.TdClassName
{
border-color: #6ADB58;
}
.TagClassName
{
border-color: #6ADB58;
}
</style>