Shades of Pastel Green #6CDD5D
Tints of Pastel Green #6CDD5D
RGB
CMYK
RGB Variations
Color information
#6CDD5D (or 0x6CDD5D) is known color: Pastel Green. HEX triplet: 6C, DD and 5D. RGB value is (108,221,93). Sum of RGB (Red+Green+Blue) = 108+221+93=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDD5D is #9322A2. Grayscale: #ADADAD. Windows color (decimal): -9642659 or 6151532. OLE color: 6151532.
HSL color Cylindrical-coordinate representation of color #6CDD5D: hue angle of 112.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CDD5D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 93 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.13 |
| HSL | 112.97º | 0.65% | 0.62% | - |
| HSV(B) | 112.97º | 0.58% | 0.87% | - |
| XYZ | 34.02 | 55.69 | 19.31 | - |
| YUV | 172.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 93 | 0.51 | 0 | 0.58 | 0.13 | 112.97 | 0.65 | 0.62 |
| Hex | 6C | DD | 5D | 33 | 0 | 3A | D | 71 | 41 | 3E |
| Octal | 154 | 335 | 135 | 63 | 0 | 72 | 15 | 161 | 101 | 76 |
| Binary | 1101100 | 11011101 | 1011101 | 110011 | 0 | 111010 | 1101 | 1110001 | 1000001 | 111110 |
Color Harmonies of #6CDD5D
Complementary color
Monochromatic Colors of #6CDD5D
Black with #6CDD5D
Text Example
Text Example
White with #6CDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD5D; }
p { color: rgb(108,221,93); }
H1.HeaderClassName
{
color: #6CDD5D;
}
.AnyTagClassName
{
color: #6CDD5D;
}
</style>
background-color css
<style>
a { background-color: #6CDD5D; }
a { background-color: rgb(108,221,93); }
div.DivClassName
{
background-color: #6CDD5D;
}
.BgClassName
{
background-color: #6CDD5D;
}
</style>
border-color css
<style>
span { border-color: #6CDD5D; }
span { border-color: rgb(108,221,93); }
td.TdClassName
{
border-color: #6CDD5D;
}
.TagClassName
{
border-color: #6CDD5D;
}
</style>