Shades of Pastel Green #6BCE81
Tints of Pastel Green #6BCE81
RGB
CMYK
RGB Variations
Color information
#6BCE81 (or 0x6BCE81) is known color: Pastel Green. HEX triplet: 6B, CE and 81. RGB value is (107,206,129). Sum of RGB (Red+Green+Blue) = 107+206+129=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #6BCE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCE81 is #94317E. Grayscale: #A7A7A7. Windows color (decimal): -9711999 or 8506987. OLE color: 8506987.
HSL color Cylindrical-coordinate representation of color #6BCE81: hue angle of 133.33º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCE81 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 206 | 129 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.19 |
| HSL | 133.33º | 0.5% | 0.61% | - |
| HSV(B) | 133.33º | 0.48% | 0.81% | - |
| XYZ | 32.1 | 48.85 | 28.51 | - |
| YUV | 167.62 | 106.2 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 129 | 0.48 | 0 | 0.37 | 0.19 | 133.33 | 0.5 | 0.61 |
| Hex | 6B | CE | 81 | 30 | 0 | 25 | 13 | 85 | 32 | 3D |
| Octal | 153 | 316 | 201 | 60 | 0 | 45 | 23 | 205 | 62 | 75 |
| Binary | 1101011 | 11001110 | 10000001 | 110000 | 0 | 100101 | 10011 | 10000101 | 110010 | 111101 |
Color Harmonies of #6BCE81
Complementary color
Monochromatic Colors of #6BCE81
Black with #6BCE81
Text Example
Text Example
White with #6BCE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCE81; }
p { color: rgb(107,206,129); }
H1.HeaderClassName
{
color: #6BCE81;
}
.AnyTagClassName
{
color: #6BCE81;
}
</style>
background-color css
<style>
a { background-color: #6BCE81; }
a { background-color: rgb(107,206,129); }
div.DivClassName
{
background-color: #6BCE81;
}
.BgClassName
{
background-color: #6BCE81;
}
</style>
border-color css
<style>
span { border-color: #6BCE81; }
span { border-color: rgb(107,206,129); }
td.TdClassName
{
border-color: #6BCE81;
}
.TagClassName
{
border-color: #6BCE81;
}
</style>