Shades of Pastel Green #6CDB82
Tints of Pastel Green #6CDB82
RGB
CMYK
RGB Variations
Color information
#6CDB82 (or 0x6CDB82) is known color: Pastel Green. HEX triplet: 6C, DB and 82. RGB value is (108,219,130). Sum of RGB (Red+Green+Blue) = 108+219+130=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDB82 is #93247D. Grayscale: #AFAFAF. Windows color (decimal): -9643134 or 8575852. OLE color: 8575852.
HSL color Cylindrical-coordinate representation of color #6CDB82: hue angle of 131.89º 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 #6CDB82 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 130 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.14 |
| HSL | 131.89º | 0.61% | 0.64% | - |
| HSV(B) | 131.89º | 0.51% | 0.86% | - |
| XYZ | 35.55 | 55.46 | 29.95 | - |
| YUV | 175.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 130 | 0.51 | 0 | 0.41 | 0.14 | 131.89 | 0.61 | 0.64 |
| Hex | 6C | DB | 82 | 33 | 0 | 29 | E | 84 | 3D | 40 |
| Octal | 154 | 333 | 202 | 63 | 0 | 51 | 16 | 204 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10000010 | 110011 | 0 | 101001 | 1110 | 10000100 | 111101 | 1000000 |
Color Harmonies of #6CDB82
Complementary color
Monochromatic Colors of #6CDB82
Black with #6CDB82
Text Example
Text Example
White with #6CDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB82; }
p { color: rgb(108,219,130); }
H1.HeaderClassName
{
color: #6CDB82;
}
.AnyTagClassName
{
color: #6CDB82;
}
</style>
background-color css
<style>
a { background-color: #6CDB82; }
a { background-color: rgb(108,219,130); }
div.DivClassName
{
background-color: #6CDB82;
}
.BgClassName
{
background-color: #6CDB82;
}
</style>
border-color css
<style>
span { border-color: #6CDB82; }
span { border-color: rgb(108,219,130); }
td.TdClassName
{
border-color: #6CDB82;
}
.TagClassName
{
border-color: #6CDB82;
}
</style>