Shades of Pastel Green #6BED8C
Tints of Pastel Green #6BED8C
RGB
CMYK
RGB Variations
Color information
#6BED8C (or 0x6BED8C) is known color: Pastel Green. HEX triplet: 6B, ED and 8C. RGB value is (107,237,140). Sum of RGB (Red+Green+Blue) = 107+237+140=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BED8C is #941273. Grayscale: #BBBBBB. Windows color (decimal): -9704052 or 9235819. OLE color: 9235819.
HSL color Cylindrical-coordinate representation of color #6BED8C: hue angle of 135.23º 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 #6BED8C is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 140 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.07 |
| HSL | 135.23º | 0.78% | 0.67% | - |
| HSV(B) | 135.23º | 0.55% | 0.93% | - |
| XYZ | 41.08 | 65.59 | 35.31 | - |
| YUV | 187.07 | 101.43 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 140 | 0.55 | 0 | 0.41 | 0.07 | 135.23 | 0.78 | 0.67 |
| Hex | 6B | ED | 8C | 37 | 0 | 29 | 7 | 87 | 4E | 43 |
| Octal | 153 | 355 | 214 | 67 | 0 | 51 | 7 | 207 | 116 | 103 |
| Binary | 1101011 | 11101101 | 10001100 | 110111 | 0 | 101001 | 111 | 10000111 | 1001110 | 1000011 |
Color Harmonies of #6BED8C
Complementary color
Monochromatic Colors of #6BED8C
Black with #6BED8C
Text Example
Text Example
White with #6BED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED8C; }
p { color: rgb(107,237,140); }
H1.HeaderClassName
{
color: #6BED8C;
}
.AnyTagClassName
{
color: #6BED8C;
}
</style>
background-color css
<style>
a { background-color: #6BED8C; }
a { background-color: rgb(107,237,140); }
div.DivClassName
{
background-color: #6BED8C;
}
.BgClassName
{
background-color: #6BED8C;
}
</style>
border-color css
<style>
span { border-color: #6BED8C; }
span { border-color: rgb(107,237,140); }
td.TdClassName
{
border-color: #6BED8C;
}
.TagClassName
{
border-color: #6BED8C;
}
</style>