Shades of Pastel Green #6AD77B
Tints of Pastel Green #6AD77B
RGB
CMYK
RGB Variations
Color information
#6AD77B (or 0x6AD77B) is known color: Pastel Green. HEX triplet: 6A, D7 and 7B. RGB value is (106,215,123). Sum of RGB (Red+Green+Blue) = 106+215+123=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD77B is #952884. Grayscale: #ACACAC. Windows color (decimal): -9775237 or 8116074. OLE color: 8116074.
HSL color Cylindrical-coordinate representation of color #6AD77B: hue angle of 129.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD77B is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 123 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.16 |
| HSL | 129.36º | 0.58% | 0.63% | - |
| HSV(B) | 129.36º | 0.51% | 0.84% | - |
| XYZ | 33.82 | 53.1 | 27.2 | - |
| YUV | 171.92 | 100.39 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 123 | 0.51 | 0 | 0.43 | 0.16 | 129.36 | 0.58 | 0.63 |
| Hex | 6A | D7 | 7B | 33 | 0 | 2B | 10 | 81 | 3A | 3F |
| Octal | 152 | 327 | 173 | 63 | 0 | 53 | 20 | 201 | 72 | 77 |
| Binary | 1101010 | 11010111 | 1111011 | 110011 | 0 | 101011 | 10000 | 10000001 | 111010 | 111111 |
Color Harmonies of #6AD77B
Complementary color
Monochromatic Colors of #6AD77B
Black with #6AD77B
Text Example
Text Example
White with #6AD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD77B; }
p { color: rgb(106,215,123); }
H1.HeaderClassName
{
color: #6AD77B;
}
.AnyTagClassName
{
color: #6AD77B;
}
</style>
background-color css
<style>
a { background-color: #6AD77B; }
a { background-color: rgb(106,215,123); }
div.DivClassName
{
background-color: #6AD77B;
}
.BgClassName
{
background-color: #6AD77B;
}
</style>
border-color css
<style>
span { border-color: #6AD77B; }
span { border-color: rgb(106,215,123); }
td.TdClassName
{
border-color: #6AD77B;
}
.TagClassName
{
border-color: #6AD77B;
}
</style>