Shades of Pastel Green #6BDE80
Tints of Pastel Green #6BDE80
RGB
CMYK
RGB Variations
Color information
#6BDE80 (or 0x6BDE80) is known color: Pastel Green. HEX triplet: 6B, DE and 80. RGB value is (107,222,128). Sum of RGB (Red+Green+Blue) = 107+222+128=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDE80 is #94217F. Grayscale: #B1B1B1. Windows color (decimal): -9707904 or 8445547. OLE color: 8445547.
HSL color Cylindrical-coordinate representation of color #6BDE80: hue angle of 130.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDE80 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 128 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.13 |
| HSL | 130.96º | 0.64% | 0.65% | - |
| HSV(B) | 130.96º | 0.52% | 0.87% | - |
| XYZ | 36.08 | 56.93 | 29.51 | - |
| YUV | 176.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 128 | 0.52 | 0 | 0.42 | 0.13 | 130.96 | 0.64 | 0.65 |
| Hex | 6B | DE | 80 | 34 | 0 | 2A | D | 83 | 40 | 41 |
| Octal | 153 | 336 | 200 | 64 | 0 | 52 | 15 | 203 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10000000 | 110100 | 0 | 101010 | 1101 | 10000011 | 1000000 | 1000001 |
Color Harmonies of #6BDE80
Complementary color
Monochromatic Colors of #6BDE80
Black with #6BDE80
Text Example
Text Example
White with #6BDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE80; }
p { color: rgb(107,222,128); }
H1.HeaderClassName
{
color: #6BDE80;
}
.AnyTagClassName
{
color: #6BDE80;
}
</style>
background-color css
<style>
a { background-color: #6BDE80; }
a { background-color: rgb(107,222,128); }
div.DivClassName
{
background-color: #6BDE80;
}
.BgClassName
{
background-color: #6BDE80;
}
</style>
border-color css
<style>
span { border-color: #6BDE80; }
span { border-color: rgb(107,222,128); }
td.TdClassName
{
border-color: #6BDE80;
}
.TagClassName
{
border-color: #6BDE80;
}
</style>