Shades of Pastel Green #6CDB5F
Tints of Pastel Green #6CDB5F
RGB
CMYK
RGB Variations
Color information
#6CDB5F (or 0x6CDB5F) is known color: Pastel Green. HEX triplet: 6C, DB and 5F. RGB value is (108,219,95). Sum of RGB (Red+Green+Blue) = 108+219+95=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB5F is #9324A0. Grayscale: #ACACAC. Windows color (decimal): -9643169 or 6282092. OLE color: 6282092.
HSL color Cylindrical-coordinate representation of color #6CDB5F: hue angle of 113.71º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CDB5F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 95 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.14 |
| HSL | 113.71º | 0.63% | 0.62% | - |
| HSV(B) | 113.71º | 0.57% | 0.86% | - |
| XYZ | 33.58 | 54.68 | 19.61 | - |
| YUV | 171.68 | 84.73 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 95 | 0.51 | 0 | 0.57 | 0.14 | 113.71 | 0.63 | 0.62 |
| Hex | 6C | DB | 5F | 33 | 0 | 39 | E | 72 | 3F | 3E |
| Octal | 154 | 333 | 137 | 63 | 0 | 71 | 16 | 162 | 77 | 76 |
| Binary | 1101100 | 11011011 | 1011111 | 110011 | 0 | 111001 | 1110 | 1110010 | 111111 | 111110 |
Color Harmonies of #6CDB5F
Complementary color
Monochromatic Colors of #6CDB5F
Black with #6CDB5F
Text Example
Text Example
White with #6CDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB5F; }
p { color: rgb(108,219,95); }
H1.HeaderClassName
{
color: #6CDB5F;
}
.AnyTagClassName
{
color: #6CDB5F;
}
</style>
background-color css
<style>
a { background-color: #6CDB5F; }
a { background-color: rgb(108,219,95); }
div.DivClassName
{
background-color: #6CDB5F;
}
.BgClassName
{
background-color: #6CDB5F;
}
</style>
border-color css
<style>
span { border-color: #6CDB5F; }
span { border-color: rgb(108,219,95); }
td.TdClassName
{
border-color: #6CDB5F;
}
.TagClassName
{
border-color: #6CDB5F;
}
</style>