Shades of Pastel Green #6ADC58
Tints of Pastel Green #6ADC58
RGB
CMYK
RGB Variations
Color information
#6ADC58 (or 0x6ADC58) is known color: Pastel Green. HEX triplet: 6A, DC and 58. RGB value is (106,220,88). Sum of RGB (Red+Green+Blue) = 106+220+88=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC58 is #9523A7. Grayscale: #ABABAB. Windows color (decimal): -9773992 or 5823594. OLE color: 5823594.
HSL color Cylindrical-coordinate representation of color #6ADC58: hue angle of 111.82º 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 #6ADC58 is Cyan = 0.52, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 88 | - |
| CMYK | 0.52 | 0 | 0.6 | 0.14 |
| HSL | 111.82º | 0.65% | 0.6% | - |
| HSV(B) | 111.82º | 0.6% | 0.86% | - |
| XYZ | 33.3 | 54.96 | 18.08 | - |
| YUV | 170.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 88 | 0.52 | 0 | 0.6 | 0.14 | 111.82 | 0.65 | 0.6 |
| Hex | 6A | DC | 58 | 34 | 0 | 3C | E | 70 | 41 | 3C |
| Octal | 152 | 334 | 130 | 64 | 0 | 74 | 16 | 160 | 101 | 74 |
| Binary | 1101010 | 11011100 | 1011000 | 110100 | 0 | 111100 | 1110 | 1110000 | 1000001 | 111100 |
Color Harmonies of #6ADC58
Complementary color
Monochromatic Colors of #6ADC58
Black with #6ADC58
Text Example
Text Example
White with #6ADC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC58; }
p { color: rgb(106,220,88); }
H1.HeaderClassName
{
color: #6ADC58;
}
.AnyTagClassName
{
color: #6ADC58;
}
</style>
background-color css
<style>
a { background-color: #6ADC58; }
a { background-color: rgb(106,220,88); }
div.DivClassName
{
background-color: #6ADC58;
}
.BgClassName
{
background-color: #6ADC58;
}
</style>
border-color css
<style>
span { border-color: #6ADC58; }
span { border-color: rgb(106,220,88); }
td.TdClassName
{
border-color: #6ADC58;
}
.TagClassName
{
border-color: #6ADC58;
}
</style>