Shades of Pastel Green #6BEC94
Tints of Pastel Green #6BEC94
RGB
CMYK
RGB Variations
Color information
#6BEC94 (or 0x6BEC94) is known color: Pastel Green. HEX triplet: 6B, EC and 94. RGB value is (107,236,148). Sum of RGB (Red+Green+Blue) = 107+236+148=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #6BEC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEC94 is #94136B. Grayscale: #BBBBBB. Windows color (decimal): -9704300 or 9759851. OLE color: 9759851.
HSL color Cylindrical-coordinate representation of color #6BEC94: hue angle of 139.07º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEC94 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 148 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.07 |
| HSL | 139.07º | 0.77% | 0.67% | - |
| HSV(B) | 139.07º | 0.55% | 0.93% | - |
| XYZ | 41.4 | 65.25 | 38.43 | - |
| YUV | 187.4 | 105.76 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 148 | 0.55 | 0 | 0.37 | 0.07 | 139.07 | 0.77 | 0.67 |
| Hex | 6B | EC | 94 | 37 | 0 | 25 | 7 | 8B | 4D | 43 |
| Octal | 153 | 354 | 224 | 67 | 0 | 45 | 7 | 213 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10010100 | 110111 | 0 | 100101 | 111 | 10001011 | 1001101 | 1000011 |
Color Harmonies of #6BEC94
Complementary color
Monochromatic Colors of #6BEC94
Black with #6BEC94
Text Example
Text Example
White with #6BEC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEC94; }
p { color: rgb(107,236,148); }
H1.HeaderClassName
{
color: #6BEC94;
}
.AnyTagClassName
{
color: #6BEC94;
}
</style>
background-color css
<style>
a { background-color: #6BEC94; }
a { background-color: rgb(107,236,148); }
div.DivClassName
{
background-color: #6BEC94;
}
.BgClassName
{
background-color: #6BEC94;
}
</style>
border-color css
<style>
span { border-color: #6BEC94; }
span { border-color: rgb(107,236,148); }
td.TdClassName
{
border-color: #6BEC94;
}
.TagClassName
{
border-color: #6BEC94;
}
</style>