Shades of Pastel Green #6BED78
Tints of Pastel Green #6BED78
RGB
CMYK
RGB Variations
Color information
#6BED78 (or 0x6BED78) is known color: Pastel Green. HEX triplet: 6B, ED and 78. RGB value is (107,237,120). Sum of RGB (Red+Green+Blue) = 107+237+120=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6BED78 is #941287. Grayscale: #B9B9B9. Windows color (decimal): -9704072 or 7925099. OLE color: 7925099.
HSL color Cylindrical-coordinate representation of color #6BED78: hue angle of 126º degrees, saturation: 0.78, 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 #6BED78 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 120 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.07 |
| HSL | 126º | 0.78% | 0.67% | - |
| HSV(B) | 126º | 0.55% | 0.93% | - |
| XYZ | 39.74 | 65.05 | 28.23 | - |
| YUV | 184.79 | 91.43 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 120 | 0.55 | 0 | 0.49 | 0.07 | 126 | 0.78 | 0.67 |
| Hex | 6B | ED | 78 | 37 | 0 | 31 | 7 | 7E | 4E | 43 |
| Octal | 153 | 355 | 170 | 67 | 0 | 61 | 7 | 176 | 116 | 103 |
| Binary | 1101011 | 11101101 | 1111000 | 110111 | 0 | 110001 | 111 | 1111110 | 1001110 | 1000011 |
Color Harmonies of #6BED78
Complementary color
Monochromatic Colors of #6BED78
Black with #6BED78
Text Example
Text Example
White with #6BED78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED78; }
p { color: rgb(107,237,120); }
H1.HeaderClassName
{
color: #6BED78;
}
.AnyTagClassName
{
color: #6BED78;
}
</style>
background-color css
<style>
a { background-color: #6BED78; }
a { background-color: rgb(107,237,120); }
div.DivClassName
{
background-color: #6BED78;
}
.BgClassName
{
background-color: #6BED78;
}
</style>
border-color css
<style>
span { border-color: #6BED78; }
span { border-color: rgb(107,237,120); }
td.TdClassName
{
border-color: #6BED78;
}
.TagClassName
{
border-color: #6BED78;
}
</style>