Shades of Pastel Green #6AD566
Tints of Pastel Green #6AD566
RGB
CMYK
RGB Variations
Color information
#6AD566 (or 0x6AD566) is known color: Pastel Green. HEX triplet: 6A, D5 and 66. RGB value is (106,213,102). Sum of RGB (Red+Green+Blue) = 106+213+102=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD566 is #952A99. Grayscale: #A8A8A8. Windows color (decimal): -9775770 or 6739306. OLE color: 6739306.
HSL color Cylindrical-coordinate representation of color #6AD566: hue angle of 117.84º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AD566 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 102 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.16 |
| HSL | 117.84º | 0.57% | 0.62% | - |
| HSV(B) | 117.84º | 0.52% | 0.84% | - |
| XYZ | 32.14 | 51.61 | 20.84 | - |
| YUV | 168.35 | 90.55 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 102 | 0.50 | 0 | 0.52 | 0.16 | 117.84 | 0.57 | 0.62 |
| Hex | 6A | D5 | 66 | 32 | 0 | 34 | 10 | 76 | 39 | 3E |
| Octal | 152 | 325 | 146 | 62 | 0 | 64 | 20 | 166 | 71 | 76 |
| Binary | 1101010 | 11010101 | 1100110 | 110010 | 0 | 110100 | 10000 | 1110110 | 111001 | 111110 |
Color Harmonies of #6AD566
Complementary color
Monochromatic Colors of #6AD566
Black with #6AD566
Text Example
Text Example
White with #6AD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD566; }
p { color: rgb(106,213,102); }
H1.HeaderClassName
{
color: #6AD566;
}
.AnyTagClassName
{
color: #6AD566;
}
</style>
background-color css
<style>
a { background-color: #6AD566; }
a { background-color: rgb(106,213,102); }
div.DivClassName
{
background-color: #6AD566;
}
.BgClassName
{
background-color: #6AD566;
}
</style>
border-color css
<style>
span { border-color: #6AD566; }
span { border-color: rgb(106,213,102); }
td.TdClassName
{
border-color: #6AD566;
}
.TagClassName
{
border-color: #6AD566;
}
</style>