Shades of Pastel Green #6AD277
Tints of Pastel Green #6AD277
RGB
CMYK
RGB Variations
Color information
#6AD277 (or 0x6AD277) is known color: Pastel Green. HEX triplet: 6A, D2 and 77. RGB value is (106,210,119). Sum of RGB (Red+Green+Blue) = 106+210+119=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD277 is #952D88. Grayscale: #A8A8A8. Windows color (decimal): -9776521 or 7852650. OLE color: 7852650.
HSL color Cylindrical-coordinate representation of color #6AD277: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD277 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 119 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.18 |
| HSL | 127.5º | 0.54% | 0.62% | - |
| HSV(B) | 127.5º | 0.5% | 0.82% | - |
| XYZ | 32.32 | 50.49 | 25.49 | - |
| YUV | 168.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 119 | 0.50 | 0 | 0.43 | 0.18 | 127.5 | 0.54 | 0.62 |
| Hex | 6A | D2 | 77 | 32 | 0 | 2B | 12 | 80 | 36 | 3E |
| Octal | 152 | 322 | 167 | 62 | 0 | 53 | 22 | 200 | 66 | 76 |
| Binary | 1101010 | 11010010 | 1110111 | 110010 | 0 | 101011 | 10010 | 10000000 | 110110 | 111110 |
Color Harmonies of #6AD277
Complementary color
Monochromatic Colors of #6AD277
Black with #6AD277
Text Example
Text Example
White with #6AD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD277; }
p { color: rgb(106,210,119); }
H1.HeaderClassName
{
color: #6AD277;
}
.AnyTagClassName
{
color: #6AD277;
}
</style>
background-color css
<style>
a { background-color: #6AD277; }
a { background-color: rgb(106,210,119); }
div.DivClassName
{
background-color: #6AD277;
}
.BgClassName
{
background-color: #6AD277;
}
</style>
border-color css
<style>
span { border-color: #6AD277; }
span { border-color: rgb(106,210,119); }
td.TdClassName
{
border-color: #6AD277;
}
.TagClassName
{
border-color: #6AD277;
}
</style>