Shades of Pastel Green #6CDD5B
Tints of Pastel Green #6CDD5B
RGB
CMYK
RGB Variations
Color information
#6CDD5B (or 0x6CDD5B) is known color: Pastel Green. HEX triplet: 6C, DD and 5B. RGB value is (108,221,91). Sum of RGB (Red+Green+Blue) = 108+221+91=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDD5B is #9322A4. Grayscale: #ACACAC. Windows color (decimal): -9642661 or 6020460. OLE color: 6020460.
HSL color Cylindrical-coordinate representation of color #6CDD5B: hue angle of 112.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6CDD5B is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 91 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.13 |
| HSL | 112.15º | 0.66% | 0.61% | - |
| HSV(B) | 112.15º | 0.59% | 0.87% | - |
| XYZ | 33.93 | 55.66 | 18.85 | - |
| YUV | 172.39 | 82.06 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 91 | 0.51 | 0 | 0.59 | 0.13 | 112.15 | 0.66 | 0.61 |
| Hex | 6C | DD | 5B | 33 | 0 | 3B | D | 70 | 42 | 3D |
| Octal | 154 | 335 | 133 | 63 | 0 | 73 | 15 | 160 | 102 | 75 |
| Binary | 1101100 | 11011101 | 1011011 | 110011 | 0 | 111011 | 1101 | 1110000 | 1000010 | 111101 |
Color Harmonies of #6CDD5B
Complementary color
Monochromatic Colors of #6CDD5B
Black with #6CDD5B
Text Example
Text Example
White with #6CDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD5B; }
p { color: rgb(108,221,91); }
H1.HeaderClassName
{
color: #6CDD5B;
}
.AnyTagClassName
{
color: #6CDD5B;
}
</style>
background-color css
<style>
a { background-color: #6CDD5B; }
a { background-color: rgb(108,221,91); }
div.DivClassName
{
background-color: #6CDD5B;
}
.BgClassName
{
background-color: #6CDD5B;
}
</style>
border-color css
<style>
span { border-color: #6CDD5B; }
span { border-color: rgb(108,221,91); }
td.TdClassName
{
border-color: #6CDD5B;
}
.TagClassName
{
border-color: #6CDD5B;
}
</style>