Shades of Pastel Green #6BE078
Tints of Pastel Green #6BE078
RGB
CMYK
RGB Variations
Color information
#6BE078 (or 0x6BE078) is known color: Pastel Green. HEX triplet: 6B, E0 and 78. RGB value is (107,224,120). Sum of RGB (Red+Green+Blue) = 107+224+120=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #6BE078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BE078 is #941F87. Grayscale: #B1B1B1. Windows color (decimal): -9707400 or 7921771. OLE color: 7921771.
HSL color Cylindrical-coordinate representation of color #6BE078: hue angle of 126.67º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE078 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 224 | 120 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.12 |
| HSL | 126.67º | 0.65% | 0.65% | - |
| HSV(B) | 126.67º | 0.52% | 0.88% | - |
| XYZ | 36.11 | 57.79 | 27.02 | - |
| YUV | 177.16 | 95.74 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 224 | 120 | 0.52 | 0 | 0.46 | 0.12 | 126.67 | 0.65 | 0.65 |
| Hex | 6B | E0 | 78 | 34 | 0 | 2E | C | 7F | 41 | 41 |
| Octal | 153 | 340 | 170 | 64 | 0 | 56 | 14 | 177 | 101 | 101 |
| Binary | 1101011 | 11100000 | 1111000 | 110100 | 0 | 101110 | 1100 | 1111111 | 1000001 | 1000001 |
Color Harmonies of #6BE078
Complementary color
Monochromatic Colors of #6BE078
Black with #6BE078
Text Example
Text Example
White with #6BE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE078; }
p { color: rgb(107,224,120); }
H1.HeaderClassName
{
color: #6BE078;
}
.AnyTagClassName
{
color: #6BE078;
}
</style>
background-color css
<style>
a { background-color: #6BE078; }
a { background-color: rgb(107,224,120); }
div.DivClassName
{
background-color: #6BE078;
}
.BgClassName
{
background-color: #6BE078;
}
</style>
border-color css
<style>
span { border-color: #6BE078; }
span { border-color: rgb(107,224,120); }
td.TdClassName
{
border-color: #6BE078;
}
.TagClassName
{
border-color: #6BE078;
}
</style>