Shades of Pastel Green #6ED461
Tints of Pastel Green #6ED461
RGB
CMYK
RGB Variations
Color information
#6ED461 (or 0x6ED461) is known color: Pastel Green. HEX triplet: 6E, D4 and 61. RGB value is (110,212,97). Sum of RGB (Red+Green+Blue) = 110+212+97=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED461 is #912B9E. Grayscale: #A8A8A8. Windows color (decimal): -9513887 or 6411374. OLE color: 6411374.
HSL color Cylindrical-coordinate representation of color #6ED461: hue angle of 113.22º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ED461 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 97 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.17 |
| HSL | 113.22º | 0.57% | 0.61% | - |
| HSV(B) | 113.22º | 0.54% | 0.83% | - |
| XYZ | 32.13 | 51.27 | 19.51 | - |
| YUV | 168.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 97 | 0.48 | 0 | 0.54 | 0.17 | 113.22 | 0.57 | 0.61 |
| Hex | 6E | D4 | 61 | 30 | 0 | 36 | 11 | 71 | 39 | 3D |
| Octal | 156 | 324 | 141 | 60 | 0 | 66 | 21 | 161 | 71 | 75 |
| Binary | 1101110 | 11010100 | 1100001 | 110000 | 0 | 110110 | 10001 | 1110001 | 111001 | 111101 |
Color Harmonies of #6ED461
Complementary color
Monochromatic Colors of #6ED461
Black with #6ED461
Text Example
Text Example
White with #6ED461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED461; }
p { color: rgb(110,212,97); }
H1.HeaderClassName
{
color: #6ED461;
}
.AnyTagClassName
{
color: #6ED461;
}
</style>
background-color css
<style>
a { background-color: #6ED461; }
a { background-color: rgb(110,212,97); }
div.DivClassName
{
background-color: #6ED461;
}
.BgClassName
{
background-color: #6ED461;
}
</style>
border-color css
<style>
span { border-color: #6ED461; }
span { border-color: rgb(110,212,97); }
td.TdClassName
{
border-color: #6ED461;
}
.TagClassName
{
border-color: #6ED461;
}
</style>