Shades of Pastel Green #6ADD67
Tints of Pastel Green #6ADD67
RGB
CMYK
RGB Variations
Color information
#6ADD67 (or 0x6ADD67) is known color: Pastel Green. HEX triplet: 6A, DD and 67. RGB value is (106,221,103). Sum of RGB (Red+Green+Blue) = 106+221+103=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADD67 is #952298. Grayscale: #ADADAD. Windows color (decimal): -9773721 or 6806890. OLE color: 6806890.
HSL color Cylindrical-coordinate representation of color #6ADD67: hue angle of 118.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ADD67 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 103 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.13 |
| HSL | 118.47º | 0.63% | 0.64% | - |
| HSV(B) | 118.47º | 0.53% | 0.87% | - |
| XYZ | 34.25 | 55.76 | 21.79 | - |
| YUV | 173.16 | 88.4 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 103 | 0.52 | 0 | 0.53 | 0.13 | 118.47 | 0.63 | 0.64 |
| Hex | 6A | DD | 67 | 34 | 0 | 35 | D | 76 | 3F | 40 |
| Octal | 152 | 335 | 147 | 64 | 0 | 65 | 15 | 166 | 77 | 100 |
| Binary | 1101010 | 11011101 | 1100111 | 110100 | 0 | 110101 | 1101 | 1110110 | 111111 | 1000000 |
Color Harmonies of #6ADD67
Complementary color
Monochromatic Colors of #6ADD67
Black with #6ADD67
Text Example
Text Example
White with #6ADD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD67; }
p { color: rgb(106,221,103); }
H1.HeaderClassName
{
color: #6ADD67;
}
.AnyTagClassName
{
color: #6ADD67;
}
</style>
background-color css
<style>
a { background-color: #6ADD67; }
a { background-color: rgb(106,221,103); }
div.DivClassName
{
background-color: #6ADD67;
}
.BgClassName
{
background-color: #6ADD67;
}
</style>
border-color css
<style>
span { border-color: #6ADD67; }
span { border-color: rgb(106,221,103); }
td.TdClassName
{
border-color: #6ADD67;
}
.TagClassName
{
border-color: #6ADD67;
}
</style>