Shades of Pastel Green #6ADC5B
Tints of Pastel Green #6ADC5B
RGB
CMYK
RGB Variations
Color information
#6ADC5B (or 0x6ADC5B) is known color: Pastel Green. HEX triplet: 6A, DC and 5B. RGB value is (106,220,91). Sum of RGB (Red+Green+Blue) = 106+220+91=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC5B is #9523A4. Grayscale: #ABABAB. Windows color (decimal): -9773989 or 6020202. OLE color: 6020202.
HSL color Cylindrical-coordinate representation of color #6ADC5B: hue angle of 113.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6ADC5B is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 91 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.14 |
| HSL | 113.02º | 0.65% | 0.61% | - |
| HSV(B) | 113.02º | 0.59% | 0.86% | - |
| XYZ | 33.43 | 55.01 | 18.75 | - |
| YUV | 171.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 91 | 0.52 | 0 | 0.59 | 0.14 | 113.02 | 0.65 | 0.61 |
| Hex | 6A | DC | 5B | 34 | 0 | 3B | E | 71 | 41 | 3D |
| Octal | 152 | 334 | 133 | 64 | 0 | 73 | 16 | 161 | 101 | 75 |
| Binary | 1101010 | 11011100 | 1011011 | 110100 | 0 | 111011 | 1110 | 1110001 | 1000001 | 111101 |
Color Harmonies of #6ADC5B
Complementary color
Monochromatic Colors of #6ADC5B
Black with #6ADC5B
Text Example
Text Example
White with #6ADC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC5B; }
p { color: rgb(106,220,91); }
H1.HeaderClassName
{
color: #6ADC5B;
}
.AnyTagClassName
{
color: #6ADC5B;
}
</style>
background-color css
<style>
a { background-color: #6ADC5B; }
a { background-color: rgb(106,220,91); }
div.DivClassName
{
background-color: #6ADC5B;
}
.BgClassName
{
background-color: #6ADC5B;
}
</style>
border-color css
<style>
span { border-color: #6ADC5B; }
span { border-color: rgb(106,220,91); }
td.TdClassName
{
border-color: #6ADC5B;
}
.TagClassName
{
border-color: #6ADC5B;
}
</style>