Shades of Pastel Green #6BEC96
Tints of Pastel Green #6BEC96
RGB
CMYK
RGB Variations
Color information
#6BEC96 (or 0x6BEC96) is known color: Pastel Green. HEX triplet: 6B, EC and 96. RGB value is (107,236,150). Sum of RGB (Red+Green+Blue) = 107+236+150=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #6BEC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEC96 is #941369. Grayscale: #BBBBBB. Windows color (decimal): -9704298 or 9890923. OLE color: 9890923.
HSL color Cylindrical-coordinate representation of color #6BEC96: hue angle of 140º 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 #6BEC96 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 150 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.07 |
| HSL | 140º | 0.77% | 0.67% | - |
| HSV(B) | 140º | 0.55% | 0.93% | - |
| XYZ | 41.56 | 65.32 | 39.27 | - |
| YUV | 187.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 150 | 0.55 | 0 | 0.36 | 0.07 | 140 | 0.77 | 0.67 |
| Hex | 6B | EC | 96 | 37 | 0 | 24 | 7 | 8C | 4D | 43 |
| Octal | 153 | 354 | 226 | 67 | 0 | 44 | 7 | 214 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10010110 | 110111 | 0 | 100100 | 111 | 10001100 | 1001101 | 1000011 |
Color Harmonies of #6BEC96
Complementary color
Monochromatic Colors of #6BEC96
Black with #6BEC96
Text Example
Text Example
White with #6BEC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEC96; }
p { color: rgb(107,236,150); }
H1.HeaderClassName
{
color: #6BEC96;
}
.AnyTagClassName
{
color: #6BEC96;
}
</style>
background-color css
<style>
a { background-color: #6BEC96; }
a { background-color: rgb(107,236,150); }
div.DivClassName
{
background-color: #6BEC96;
}
.BgClassName
{
background-color: #6BEC96;
}
</style>
border-color css
<style>
span { border-color: #6BEC96; }
span { border-color: rgb(107,236,150); }
td.TdClassName
{
border-color: #6BEC96;
}
.TagClassName
{
border-color: #6BEC96;
}
</style>