Shades of Pastel Green #6BEA84
Tints of Pastel Green #6BEA84
RGB
CMYK
RGB Variations
Color information
#6BEA84 (or 0x6BEA84) is known color: Pastel Green. HEX triplet: 6B, EA and 84. RGB value is (107,234,132). Sum of RGB (Red+Green+Blue) = 107+234+132=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #6BEA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BEA84 is #94157B. Grayscale: #B8B8B8. Windows color (decimal): -9704828 or 8710763. OLE color: 8710763.
HSL color Cylindrical-coordinate representation of color #6BEA84: hue angle of 131.81º 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 #6BEA84 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 234 | 132 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.08 |
| HSL | 131.81º | 0.75% | 0.67% | - |
| HSV(B) | 131.81º | 0.54% | 0.92% | - |
| XYZ | 39.65 | 63.64 | 32.02 | - |
| YUV | 184.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 132 | 0.54 | 0 | 0.44 | 0.08 | 131.81 | 0.75 | 0.67 |
| Hex | 6B | EA | 84 | 36 | 0 | 2C | 8 | 84 | 4B | 43 |
| Octal | 153 | 352 | 204 | 66 | 0 | 54 | 10 | 204 | 113 | 103 |
| Binary | 1101011 | 11101010 | 10000100 | 110110 | 0 | 101100 | 1000 | 10000100 | 1001011 | 1000011 |
Color Harmonies of #6BEA84
Complementary color
Monochromatic Colors of #6BEA84
Black with #6BEA84
Text Example
Text Example
White with #6BEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEA84; }
p { color: rgb(107,234,132); }
H1.HeaderClassName
{
color: #6BEA84;
}
.AnyTagClassName
{
color: #6BEA84;
}
</style>
background-color css
<style>
a { background-color: #6BEA84; }
a { background-color: rgb(107,234,132); }
div.DivClassName
{
background-color: #6BEA84;
}
.BgClassName
{
background-color: #6BEA84;
}
</style>
border-color css
<style>
span { border-color: #6BEA84; }
span { border-color: rgb(107,234,132); }
td.TdClassName
{
border-color: #6BEA84;
}
.TagClassName
{
border-color: #6BEA84;
}
</style>