Shades of Pastel Green #6BE681
Tints of Pastel Green #6BE681
RGB
CMYK
RGB Variations
Color information
#6BE681 (or 0x6BE681) is known color: Pastel Green. HEX triplet: 6B, E6 and 81. RGB value is (107,230,129). Sum of RGB (Red+Green+Blue) = 107+230+129=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #6BE681 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BE681 is #94197E. Grayscale: #B5B5B5. Windows color (decimal): -9705855 or 8513131. OLE color: 8513131.
HSL color Cylindrical-coordinate representation of color #6BE681: hue angle of 130.73º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE681 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 230 | 129 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.10 |
| HSL | 130.73º | 0.71% | 0.66% | - |
| HSV(B) | 130.73º | 0.53% | 0.9% | - |
| XYZ | 38.32 | 61.3 | 30.58 | - |
| YUV | 181.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 230 | 129 | 0.53 | 0 | 0.44 | 0.10 | 130.73 | 0.71 | 0.66 |
| Hex | 6B | E6 | 81 | 35 | 0 | 2C | A | 83 | 47 | 42 |
| Octal | 153 | 346 | 201 | 65 | 0 | 54 | 12 | 203 | 107 | 102 |
| Binary | 1101011 | 11100110 | 10000001 | 110101 | 0 | 101100 | 1010 | 10000011 | 1000111 | 1000010 |
Color Harmonies of #6BE681
Complementary color
Monochromatic Colors of #6BE681
Black with #6BE681
Text Example
Text Example
White with #6BE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE681; }
p { color: rgb(107,230,129); }
H1.HeaderClassName
{
color: #6BE681;
}
.AnyTagClassName
{
color: #6BE681;
}
</style>
background-color css
<style>
a { background-color: #6BE681; }
a { background-color: rgb(107,230,129); }
div.DivClassName
{
background-color: #6BE681;
}
.BgClassName
{
background-color: #6BE681;
}
</style>
border-color css
<style>
span { border-color: #6BE681; }
span { border-color: rgb(107,230,129); }
td.TdClassName
{
border-color: #6BE681;
}
.TagClassName
{
border-color: #6BE681;
}
</style>