Shades of Pastel Green #6BD57E
Tints of Pastel Green #6BD57E
RGB
CMYK
RGB Variations
Color information
#6BD57E (or 0x6BD57E) is known color: Pastel Green. HEX triplet: 6B, D5 and 7E. RGB value is (107,213,126). Sum of RGB (Red+Green+Blue) = 107+213+126=446 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.99% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD57E is #942A81. Grayscale: #ABABAB. Windows color (decimal): -9710210 or 8312171. OLE color: 8312171.
HSL color Cylindrical-coordinate representation of color #6BD57E: hue angle of 130.75º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD57E is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 213 | 126 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.16 |
| HSL | 130.75º | 0.56% | 0.63% | - |
| HSV(B) | 130.75º | 0.5% | 0.84% | - |
| XYZ | 33.62 | 52.22 | 28.05 | - |
| YUV | 171.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 213 | 126 | 0.50 | 0 | 0.41 | 0.16 | 130.75 | 0.56 | 0.63 |
| Hex | 6B | D5 | 7E | 32 | 0 | 29 | 10 | 83 | 38 | 3F |
| Octal | 153 | 325 | 176 | 62 | 0 | 51 | 20 | 203 | 70 | 77 |
| Binary | 1101011 | 11010101 | 1111110 | 110010 | 0 | 101001 | 10000 | 10000011 | 111000 | 111111 |
Color Harmonies of #6BD57E
Complementary color
Monochromatic Colors of #6BD57E
Black with #6BD57E
Text Example
Text Example
White with #6BD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD57E; }
p { color: rgb(107,213,126); }
H1.HeaderClassName
{
color: #6BD57E;
}
.AnyTagClassName
{
color: #6BD57E;
}
</style>
background-color css
<style>
a { background-color: #6BD57E; }
a { background-color: rgb(107,213,126); }
div.DivClassName
{
background-color: #6BD57E;
}
.BgClassName
{
background-color: #6BD57E;
}
</style>
border-color css
<style>
span { border-color: #6BD57E; }
span { border-color: rgb(107,213,126); }
td.TdClassName
{
border-color: #6BD57E;
}
.TagClassName
{
border-color: #6BD57E;
}
</style>