Shades of Pastel Green #6BEB7A
Tints of Pastel Green #6BEB7A
RGB
CMYK
RGB Variations
Color information
#6BEB7A (or 0x6BEB7A) is known color: Pastel Green. HEX triplet: 6B, EB and 7A. RGB value is (107,235,122). Sum of RGB (Red+Green+Blue) = 107+235+122=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEB7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BEB7A is #941485. Grayscale: #B8B8B8. Windows color (decimal): -9704582 or 8055659. OLE color: 8055659.
HSL color Cylindrical-coordinate representation of color #6BEB7A: hue angle of 127.03º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BEB7A is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 235 | 122 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.08 |
| HSL | 127.03º | 0.76% | 0.67% | - |
| HSV(B) | 127.03º | 0.54% | 0.92% | - |
| XYZ | 39.28 | 63.95 | 28.68 | - |
| YUV | 183.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 235 | 122 | 0.54 | 0 | 0.48 | 0.08 | 127.03 | 0.76 | 0.67 |
| Hex | 6B | EB | 7A | 36 | 0 | 30 | 8 | 7F | 4C | 43 |
| Octal | 153 | 353 | 172 | 66 | 0 | 60 | 10 | 177 | 114 | 103 |
| Binary | 1101011 | 11101011 | 1111010 | 110110 | 0 | 110000 | 1000 | 1111111 | 1001100 | 1000011 |
Color Harmonies of #6BEB7A
Complementary color
Monochromatic Colors of #6BEB7A
Black with #6BEB7A
Text Example
Text Example
White with #6BEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEB7A; }
p { color: rgb(107,235,122); }
H1.HeaderClassName
{
color: #6BEB7A;
}
.AnyTagClassName
{
color: #6BEB7A;
}
</style>
background-color css
<style>
a { background-color: #6BEB7A; }
a { background-color: rgb(107,235,122); }
div.DivClassName
{
background-color: #6BEB7A;
}
.BgClassName
{
background-color: #6BEB7A;
}
</style>
border-color css
<style>
span { border-color: #6BEB7A; }
span { border-color: rgb(107,235,122); }
td.TdClassName
{
border-color: #6BEB7A;
}
.TagClassName
{
border-color: #6BEB7A;
}
</style>