Shades of Pastel Green #6CDB7F
Tints of Pastel Green #6CDB7F
RGB
CMYK
RGB Variations
Color information
#6CDB7F (or 0x6CDB7F) is known color: Pastel Green. HEX triplet: 6C, DB and 7F. RGB value is (108,219,127). Sum of RGB (Red+Green+Blue) = 108+219+127=454 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.79% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB7F is #932480. Grayscale: #AFAFAF. Windows color (decimal): -9643137 or 8379244. OLE color: 8379244.
HSL color Cylindrical-coordinate representation of color #6CDB7F: hue angle of 130.27º 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 #6CDB7F is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 127 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.14 |
| HSL | 130.27º | 0.61% | 0.64% | - |
| HSV(B) | 130.27º | 0.51% | 0.86% | - |
| XYZ | 35.35 | 55.38 | 28.91 | - |
| YUV | 175.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 127 | 0.51 | 0 | 0.42 | 0.14 | 130.27 | 0.61 | 0.64 |
| Hex | 6C | DB | 7F | 33 | 0 | 2A | E | 82 | 3D | 40 |
| Octal | 154 | 333 | 177 | 63 | 0 | 52 | 16 | 202 | 75 | 100 |
| Binary | 1101100 | 11011011 | 1111111 | 110011 | 0 | 101010 | 1110 | 10000010 | 111101 | 1000000 |
Color Harmonies of #6CDB7F
Complementary color
Monochromatic Colors of #6CDB7F
Black with #6CDB7F
Text Example
Text Example
White with #6CDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB7F; }
p { color: rgb(108,219,127); }
H1.HeaderClassName
{
color: #6CDB7F;
}
.AnyTagClassName
{
color: #6CDB7F;
}
</style>
background-color css
<style>
a { background-color: #6CDB7F; }
a { background-color: rgb(108,219,127); }
div.DivClassName
{
background-color: #6CDB7F;
}
.BgClassName
{
background-color: #6CDB7F;
}
</style>
border-color css
<style>
span { border-color: #6CDB7F; }
span { border-color: rgb(108,219,127); }
td.TdClassName
{
border-color: #6CDB7F;
}
.TagClassName
{
border-color: #6CDB7F;
}
</style>