Shades of Pastel Green #6BDE85
Tints of Pastel Green #6BDE85
RGB
CMYK
RGB Variations
Color information
#6BDE85 (or 0x6BDE85) is known color: Pastel Green. HEX triplet: 6B, DE and 85. RGB value is (107,222,133). Sum of RGB (Red+Green+Blue) = 107+222+133=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDE85 is #94217A. Grayscale: #B1B1B1. Windows color (decimal): -9707899 or 8773227. OLE color: 8773227.
HSL color Cylindrical-coordinate representation of color #6BDE85: hue angle of 133.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDE85 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 133 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.13 |
| HSL | 133.57º | 0.64% | 0.65% | - |
| HSV(B) | 133.57º | 0.52% | 0.87% | - |
| XYZ | 36.42 | 57.06 | 31.28 | - |
| YUV | 177.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 133 | 0.52 | 0 | 0.40 | 0.13 | 133.57 | 0.64 | 0.65 |
| Hex | 6B | DE | 85 | 34 | 0 | 28 | D | 86 | 40 | 41 |
| Octal | 153 | 336 | 205 | 64 | 0 | 50 | 15 | 206 | 100 | 101 |
| Binary | 1101011 | 11011110 | 10000101 | 110100 | 0 | 101000 | 1101 | 10000110 | 1000000 | 1000001 |
Color Harmonies of #6BDE85
Complementary color
Monochromatic Colors of #6BDE85
Black with #6BDE85
Text Example
Text Example
White with #6BDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE85; }
p { color: rgb(107,222,133); }
H1.HeaderClassName
{
color: #6BDE85;
}
.AnyTagClassName
{
color: #6BDE85;
}
</style>
background-color css
<style>
a { background-color: #6BDE85; }
a { background-color: rgb(107,222,133); }
div.DivClassName
{
background-color: #6BDE85;
}
.BgClassName
{
background-color: #6BDE85;
}
</style>
border-color css
<style>
span { border-color: #6BDE85; }
span { border-color: rgb(107,222,133); }
td.TdClassName
{
border-color: #6BDE85;
}
.TagClassName
{
border-color: #6BDE85;
}
</style>