Shades of Pastel Green #6BEC80
Tints of Pastel Green #6BEC80
RGB
CMYK
RGB Variations
Color information
#6BEC80 (or 0x6BEC80) is known color: Pastel Green. HEX triplet: 6B, EC and 80. RGB value is (107,236,128). Sum of RGB (Red+Green+Blue) = 107+236+128=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #6BEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEC80 is #94137F. Grayscale: #B9B9B9. Windows color (decimal): -9704320 or 8449131. OLE color: 8449131.
HSL color Cylindrical-coordinate representation of color #6BEC80: hue angle of 129.77º 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 #6BEC80 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 128 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.07 |
| HSL | 129.77º | 0.77% | 0.67% | - |
| HSV(B) | 129.77º | 0.55% | 0.93% | - |
| XYZ | 39.96 | 64.68 | 30.8 | - |
| YUV | 185.12 | 95.76 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 128 | 0.55 | 0 | 0.46 | 0.07 | 129.77 | 0.77 | 0.67 |
| Hex | 6B | EC | 80 | 37 | 0 | 2E | 7 | 82 | 4D | 43 |
| Octal | 153 | 354 | 200 | 67 | 0 | 56 | 7 | 202 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10000000 | 110111 | 0 | 101110 | 111 | 10000010 | 1001101 | 1000011 |
Color Harmonies of #6BEC80
Complementary color
Monochromatic Colors of #6BEC80
Black with #6BEC80
Text Example
Text Example
White with #6BEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEC80; }
p { color: rgb(107,236,128); }
H1.HeaderClassName
{
color: #6BEC80;
}
.AnyTagClassName
{
color: #6BEC80;
}
</style>
background-color css
<style>
a { background-color: #6BEC80; }
a { background-color: rgb(107,236,128); }
div.DivClassName
{
background-color: #6BEC80;
}
.BgClassName
{
background-color: #6BEC80;
}
</style>
border-color css
<style>
span { border-color: #6BEC80; }
span { border-color: rgb(107,236,128); }
td.TdClassName
{
border-color: #6BEC80;
}
.TagClassName
{
border-color: #6BEC80;
}
</style>