Shades of Pastel Green #6CDB86
Tints of Pastel Green #6CDB86
RGB
CMYK
RGB Variations
Color information
#6CDB86 (or 0x6CDB86) is known color: Pastel Green. HEX triplet: 6C, DB and 86. RGB value is (108,219,134). Sum of RGB (Red+Green+Blue) = 108+219+134=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDB86 is #932479. Grayscale: #B0B0B0. Windows color (decimal): -9643130 or 8837996. OLE color: 8837996.
HSL color Cylindrical-coordinate representation of color #6CDB86: hue angle of 134.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDB86 is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 134 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.14 |
| HSL | 134.05º | 0.61% | 0.64% | - |
| HSV(B) | 134.05º | 0.51% | 0.86% | - |
| XYZ | 35.82 | 55.57 | 31.39 | - |
| YUV | 176.12 | 104.23 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 134 | 0.51 | 0 | 0.39 | 0.14 | 134.05 | 0.61 | 0.64 |
| Hex | 6C | DB | 86 | 33 | 0 | 27 | E | 86 | 3D | 40 |
| Octal | 154 | 333 | 206 | 63 | 0 | 47 | 16 | 206 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10000110 | 110011 | 0 | 100111 | 1110 | 10000110 | 111101 | 1000000 |
Color Harmonies of #6CDB86
Complementary color
Monochromatic Colors of #6CDB86
Black with #6CDB86
Text Example
Text Example
White with #6CDB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB86; }
p { color: rgb(108,219,134); }
H1.HeaderClassName
{
color: #6CDB86;
}
.AnyTagClassName
{
color: #6CDB86;
}
</style>
background-color css
<style>
a { background-color: #6CDB86; }
a { background-color: rgb(108,219,134); }
div.DivClassName
{
background-color: #6CDB86;
}
.BgClassName
{
background-color: #6CDB86;
}
</style>
border-color css
<style>
span { border-color: #6CDB86; }
span { border-color: rgb(108,219,134); }
td.TdClassName
{
border-color: #6CDB86;
}
.TagClassName
{
border-color: #6CDB86;
}
</style>