Shades of Pastel Green #6BE082
Tints of Pastel Green #6BE082
RGB
CMYK
RGB Variations
Color information
#6BE082 (or 0x6BE082) is known color: Pastel Green. HEX triplet: 6B, E0 and 82. RGB value is (107,224,130). Sum of RGB (Red+Green+Blue) = 107+224+130=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE082 is #941F7D. Grayscale: #B2B2B2. Windows color (decimal): -9707390 or 8577131. OLE color: 8577131.
HSL color Cylindrical-coordinate representation of color #6BE082: hue angle of 131.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE082 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 224 | 130 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.12 |
| HSL | 131.79º | 0.65% | 0.65% | - |
| HSV(B) | 131.79º | 0.52% | 0.88% | - |
| XYZ | 36.75 | 58.05 | 30.39 | - |
| YUV | 178.3 | 100.74 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 130 | 0.52 | 0 | 0.42 | 0.12 | 131.79 | 0.65 | 0.65 |
| Hex | 6B | E0 | 82 | 34 | 0 | 2A | C | 84 | 41 | 41 |
| Octal | 153 | 340 | 202 | 64 | 0 | 52 | 14 | 204 | 101 | 101 |
| Binary | 1101011 | 11100000 | 10000010 | 110100 | 0 | 101010 | 1100 | 10000100 | 1000001 | 1000001 |
Color Harmonies of #6BE082
Complementary color
Monochromatic Colors of #6BE082
Black with #6BE082
Text Example
Text Example
White with #6BE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE082; }
p { color: rgb(107,224,130); }
H1.HeaderClassName
{
color: #6BE082;
}
.AnyTagClassName
{
color: #6BE082;
}
</style>
background-color css
<style>
a { background-color: #6BE082; }
a { background-color: rgb(107,224,130); }
div.DivClassName
{
background-color: #6BE082;
}
.BgClassName
{
background-color: #6BE082;
}
</style>
border-color css
<style>
span { border-color: #6BE082; }
span { border-color: rgb(107,224,130); }
td.TdClassName
{
border-color: #6BE082;
}
.TagClassName
{
border-color: #6BE082;
}
</style>