Shades of Pastel Green #6AF483
Tints of Pastel Green #6AF483
RGB
CMYK
RGB Variations
Color information
#6AF483 (or 0x6AF483) is known color: Pastel Green. HEX triplet: 6A, F4 and 83. RGB value is (106,244,131). Sum of RGB (Red+Green+Blue) = 106+244+131=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF483 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF483 is #950B7C. Grayscale: #BEBEBE. Windows color (decimal): -9767805 or 8647786. OLE color: 8647786.
HSL color Cylindrical-coordinate representation of color #6AF483: hue angle of 130.87º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF483 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 131 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.04 |
| HSL | 130.87º | 0.86% | 0.69% | - |
| HSV(B) | 130.87º | 0.57% | 0.96% | - |
| XYZ | 42.39 | 69.4 | 32.63 | - |
| YUV | 189.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 131 | 0.57 | 0 | 0.46 | 0.04 | 130.87 | 0.86 | 0.69 |
| Hex | 6A | F4 | 83 | 39 | 0 | 2E | 4 | 83 | 56 | 45 |
| Octal | 152 | 364 | 203 | 71 | 0 | 56 | 4 | 203 | 126 | 105 |
| Binary | 1101010 | 11110100 | 10000011 | 111001 | 0 | 101110 | 100 | 10000011 | 1010110 | 1000101 |
Color Harmonies of #6AF483
Complementary color
Monochromatic Colors of #6AF483
Black with #6AF483
Text Example
Text Example
White with #6AF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF483; }
p { color: rgb(106,244,131); }
H1.HeaderClassName
{
color: #6AF483;
}
.AnyTagClassName
{
color: #6AF483;
}
</style>
background-color css
<style>
a { background-color: #6AF483; }
a { background-color: rgb(106,244,131); }
div.DivClassName
{
background-color: #6AF483;
}
.BgClassName
{
background-color: #6AF483;
}
</style>
border-color css
<style>
span { border-color: #6AF483; }
span { border-color: rgb(106,244,131); }
td.TdClassName
{
border-color: #6AF483;
}
.TagClassName
{
border-color: #6AF483;
}
</style>