Shades of Pastel Green #6BEA8C
Tints of Pastel Green #6BEA8C
RGB
CMYK
RGB Variations
Color information
#6BEA8C (or 0x6BEA8C) is known color: Pastel Green. HEX triplet: 6B, EA and 8C. RGB value is (107,234,140). Sum of RGB (Red+Green+Blue) = 107+234+140=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEA8C is #941573. Grayscale: #B9B9B9. Windows color (decimal): -9704820 or 9235051. OLE color: 9235051.
HSL color Cylindrical-coordinate representation of color #6BEA8C: hue angle of 135.59º degrees, saturation: 0.75, 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 #6BEA8C is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 140 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.08 |
| HSL | 135.59º | 0.75% | 0.67% | - |
| HSV(B) | 135.59º | 0.54% | 0.92% | - |
| XYZ | 40.22 | 63.86 | 35.02 | - |
| YUV | 185.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 140 | 0.54 | 0 | 0.40 | 0.08 | 135.59 | 0.75 | 0.67 |
| Hex | 6B | EA | 8C | 36 | 0 | 28 | 8 | 88 | 4B | 43 |
| Octal | 153 | 352 | 214 | 66 | 0 | 50 | 10 | 210 | 113 | 103 |
| Binary | 1101011 | 11101010 | 10001100 | 110110 | 0 | 101000 | 1000 | 10001000 | 1001011 | 1000011 |
Color Harmonies of #6BEA8C
Complementary color
Monochromatic Colors of #6BEA8C
Black with #6BEA8C
Text Example
Text Example
White with #6BEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEA8C; }
p { color: rgb(107,234,140); }
H1.HeaderClassName
{
color: #6BEA8C;
}
.AnyTagClassName
{
color: #6BEA8C;
}
</style>
background-color css
<style>
a { background-color: #6BEA8C; }
a { background-color: rgb(107,234,140); }
div.DivClassName
{
background-color: #6BEA8C;
}
.BgClassName
{
background-color: #6BEA8C;
}
</style>
border-color css
<style>
span { border-color: #6BEA8C; }
span { border-color: rgb(107,234,140); }
td.TdClassName
{
border-color: #6BEA8C;
}
.TagClassName
{
border-color: #6BEA8C;
}
</style>