Shades of Pastel Green #6CDB8A
Tints of Pastel Green #6CDB8A
RGB
CMYK
RGB Variations
Color information
#6CDB8A (or 0x6CDB8A) is known color: Pastel Green. HEX triplet: 6C, DB and 8A. RGB value is (108,219,138). Sum of RGB (Red+Green+Blue) = 108+219+138=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDB8A is #932475. Grayscale: #B0B0B0. Windows color (decimal): -9643126 or 9100140. OLE color: 9100140.
HSL color Cylindrical-coordinate representation of color #6CDB8A: hue angle of 136.22º 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 #6CDB8A is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 138 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.14 |
| HSL | 136.22º | 0.61% | 0.64% | - |
| HSV(B) | 136.22º | 0.51% | 0.86% | - |
| XYZ | 36.1 | 55.69 | 32.89 | - |
| YUV | 176.58 | 106.23 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 138 | 0.51 | 0 | 0.37 | 0.14 | 136.22 | 0.61 | 0.64 |
| Hex | 6C | DB | 8A | 33 | 0 | 25 | E | 88 | 3D | 40 |
| Octal | 154 | 333 | 212 | 63 | 0 | 45 | 16 | 210 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10001010 | 110011 | 0 | 100101 | 1110 | 10001000 | 111101 | 1000000 |
Color Harmonies of #6CDB8A
Complementary color
Monochromatic Colors of #6CDB8A
Black with #6CDB8A
Text Example
Text Example
White with #6CDB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB8A; }
p { color: rgb(108,219,138); }
H1.HeaderClassName
{
color: #6CDB8A;
}
.AnyTagClassName
{
color: #6CDB8A;
}
</style>
background-color css
<style>
a { background-color: #6CDB8A; }
a { background-color: rgb(108,219,138); }
div.DivClassName
{
background-color: #6CDB8A;
}
.BgClassName
{
background-color: #6CDB8A;
}
</style>
border-color css
<style>
span { border-color: #6CDB8A; }
span { border-color: rgb(108,219,138); }
td.TdClassName
{
border-color: #6CDB8A;
}
.TagClassName
{
border-color: #6CDB8A;
}
</style>