Shades of Pastel Green #6AED83
Tints of Pastel Green #6AED83
RGB
CMYK
RGB Variations
Color information
#6AED83 (or 0x6AED83) is known color: Pastel Green. HEX triplet: 6A, ED and 83. RGB value is (106,237,131). Sum of RGB (Red+Green+Blue) = 106+237+131=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AED83 is #95127C. Grayscale: #BABABA. Windows color (decimal): -9769597 or 8645994. OLE color: 8645994.
HSL color Cylindrical-coordinate representation of color #6AED83: hue angle of 131.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AED83 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 131 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.07 |
| HSL | 131.45º | 0.78% | 0.67% | - |
| HSV(B) | 131.45º | 0.55% | 0.93% | - |
| XYZ | 40.32 | 65.27 | 31.95 | - |
| YUV | 185.75 | 97.1 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 131 | 0.55 | 0 | 0.45 | 0.07 | 131.45 | 0.78 | 0.67 |
| Hex | 6A | ED | 83 | 37 | 0 | 2D | 7 | 83 | 4E | 43 |
| Octal | 152 | 355 | 203 | 67 | 0 | 55 | 7 | 203 | 116 | 103 |
| Binary | 1101010 | 11101101 | 10000011 | 110111 | 0 | 101101 | 111 | 10000011 | 1001110 | 1000011 |
Color Harmonies of #6AED83
Complementary color
Monochromatic Colors of #6AED83
Black with #6AED83
Text Example
Text Example
White with #6AED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AED83; }
p { color: rgb(106,237,131); }
H1.HeaderClassName
{
color: #6AED83;
}
.AnyTagClassName
{
color: #6AED83;
}
</style>
background-color css
<style>
a { background-color: #6AED83; }
a { background-color: rgb(106,237,131); }
div.DivClassName
{
background-color: #6AED83;
}
.BgClassName
{
background-color: #6AED83;
}
</style>
border-color css
<style>
span { border-color: #6AED83; }
span { border-color: rgb(106,237,131); }
td.TdClassName
{
border-color: #6AED83;
}
.TagClassName
{
border-color: #6AED83;
}
</style>