Shades of Pastel Green #6CDC5F
Tints of Pastel Green #6CDC5F
RGB
CMYK
RGB Variations
Color information
#6CDC5F (or 0x6CDC5F) is known color: Pastel Green. HEX triplet: 6C, DC and 5F. RGB value is (108,220,95). Sum of RGB (Red+Green+Blue) = 108+220+95=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDC5F is #9323A0. Grayscale: #ACACAC. Windows color (decimal): -9642913 or 6282348. OLE color: 6282348.
HSL color Cylindrical-coordinate representation of color #6CDC5F: hue angle of 113.76º degrees, saturation: 0.64, 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 #6CDC5F is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 95 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.14 |
| HSL | 113.76º | 0.64% | 0.62% | - |
| HSV(B) | 113.76º | 0.57% | 0.86% | - |
| XYZ | 33.84 | 55.2 | 19.7 | - |
| YUV | 172.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 95 | 0.51 | 0 | 0.57 | 0.14 | 113.76 | 0.64 | 0.62 |
| Hex | 6C | DC | 5F | 33 | 0 | 39 | E | 72 | 40 | 3E |
| Octal | 154 | 334 | 137 | 63 | 0 | 71 | 16 | 162 | 100 | 76 |
| Binary | 1101100 | 11011100 | 1011111 | 110011 | 0 | 111001 | 1110 | 1110010 | 1000000 | 111110 |
Color Harmonies of #6CDC5F
Complementary color
Monochromatic Colors of #6CDC5F
Black with #6CDC5F
Text Example
Text Example
White with #6CDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC5F; }
p { color: rgb(108,220,95); }
H1.HeaderClassName
{
color: #6CDC5F;
}
.AnyTagClassName
{
color: #6CDC5F;
}
</style>
background-color css
<style>
a { background-color: #6CDC5F; }
a { background-color: rgb(108,220,95); }
div.DivClassName
{
background-color: #6CDC5F;
}
.BgClassName
{
background-color: #6CDC5F;
}
</style>
border-color css
<style>
span { border-color: #6CDC5F; }
span { border-color: rgb(108,220,95); }
td.TdClassName
{
border-color: #6CDC5F;
}
.TagClassName
{
border-color: #6CDC5F;
}
</style>