Shades of Pastel Green #6CDB7A
Tints of Pastel Green #6CDB7A
RGB
CMYK
RGB Variations
Color information
#6CDB7A (or 0x6CDB7A) is known color: Pastel Green. HEX triplet: 6C, DB and 7A. RGB value is (108,219,122). Sum of RGB (Red+Green+Blue) = 108+219+122=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB7A is #932485. Grayscale: #AFAFAF. Windows color (decimal): -9643142 or 8051564. OLE color: 8051564.
HSL color Cylindrical-coordinate representation of color #6CDB7A: hue angle of 127.57º 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 #6CDB7A is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 122 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.14 |
| HSL | 127.57º | 0.61% | 0.64% | - |
| HSV(B) | 127.57º | 0.51% | 0.86% | - |
| XYZ | 35.03 | 55.26 | 27.23 | - |
| YUV | 174.75 | 98.23 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 122 | 0.51 | 0 | 0.44 | 0.14 | 127.57 | 0.61 | 0.64 |
| Hex | 6C | DB | 7A | 33 | 0 | 2C | E | 80 | 3D | 40 |
| Octal | 154 | 333 | 172 | 63 | 0 | 54 | 16 | 200 | 75 | 100 |
| Binary | 1101100 | 11011011 | 1111010 | 110011 | 0 | 101100 | 1110 | 10000000 | 111101 | 1000000 |
Color Harmonies of #6CDB7A
Complementary color
Monochromatic Colors of #6CDB7A
Black with #6CDB7A
Text Example
Text Example
White with #6CDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB7A; }
p { color: rgb(108,219,122); }
H1.HeaderClassName
{
color: #6CDB7A;
}
.AnyTagClassName
{
color: #6CDB7A;
}
</style>
background-color css
<style>
a { background-color: #6CDB7A; }
a { background-color: rgb(108,219,122); }
div.DivClassName
{
background-color: #6CDB7A;
}
.BgClassName
{
background-color: #6CDB7A;
}
</style>
border-color css
<style>
span { border-color: #6CDB7A; }
span { border-color: rgb(108,219,122); }
td.TdClassName
{
border-color: #6CDB7A;
}
.TagClassName
{
border-color: #6CDB7A;
}
</style>