Shades of Pastel Green #6BD95E
Tints of Pastel Green #6BD95E
RGB
CMYK
RGB Variations
Color information
#6BD95E (or 0x6BD95E) is known color: Pastel Green. HEX triplet: 6B, D9 and 5E. RGB value is (107,217,94). Sum of RGB (Red+Green+Blue) = 107+217+94=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #6BD95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD95E is #9426A1. Grayscale: #AAAAAA. Windows color (decimal): -9709218 or 6216043. OLE color: 6216043.
HSL color Cylindrical-coordinate representation of color #6BD95E: hue angle of 113.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BD95E is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 217 | 94 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.15 |
| HSL | 113.66º | 0.62% | 0.61% | - |
| HSV(B) | 113.66º | 0.57% | 0.85% | - |
| XYZ | 32.9 | 53.56 | 19.19 | - |
| YUV | 170.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 217 | 94 | 0.51 | 0 | 0.57 | 0.15 | 113.66 | 0.62 | 0.61 |
| Hex | 6B | D9 | 5E | 33 | 0 | 39 | F | 72 | 3E | 3D |
| Octal | 153 | 331 | 136 | 63 | 0 | 71 | 17 | 162 | 76 | 75 |
| Binary | 1101011 | 11011001 | 1011110 | 110011 | 0 | 111001 | 1111 | 1110010 | 111110 | 111101 |
Color Harmonies of #6BD95E
Complementary color
Monochromatic Colors of #6BD95E
Black with #6BD95E
Text Example
Text Example
White with #6BD95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BD95E; }
p { color: rgb(107,217,94); }
H1.HeaderClassName
{
color: #6BD95E;
}
.AnyTagClassName
{
color: #6BD95E;
}
</style>
background-color css
<style>
a { background-color: #6BD95E; }
a { background-color: rgb(107,217,94); }
div.DivClassName
{
background-color: #6BD95E;
}
.BgClassName
{
background-color: #6BD95E;
}
</style>
border-color css
<style>
span { border-color: #6BD95E; }
span { border-color: rgb(107,217,94); }
td.TdClassName
{
border-color: #6BD95E;
}
.TagClassName
{
border-color: #6BD95E;
}
</style>