Shades of Pastel Green #6CDD7A
Tints of Pastel Green #6CDD7A
RGB
CMYK
RGB Variations
Color information
#6CDD7A (or 0x6CDD7A) is known color: Pastel Green. HEX triplet: 6C, DD and 7A. RGB value is (108,221,122). Sum of RGB (Red+Green+Blue) = 108+221+122=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #6CDD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDD7A is #932285. Grayscale: #B0B0B0. Windows color (decimal): -9642630 or 8052076. OLE color: 8052076.
HSL color Cylindrical-coordinate representation of color #6CDD7A: hue angle of 127.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDD7A is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 221 | 122 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.13 |
| HSL | 127.43º | 0.62% | 0.65% | - |
| HSV(B) | 127.43º | 0.51% | 0.87% | - |
| XYZ | 35.55 | 56.31 | 27.41 | - |
| YUV | 175.93 | 97.56 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 221 | 122 | 0.51 | 0 | 0.45 | 0.13 | 127.43 | 0.62 | 0.65 |
| Hex | 6C | DD | 7A | 33 | 0 | 2D | D | 7F | 3E | 41 |
| Octal | 154 | 335 | 172 | 63 | 0 | 55 | 15 | 177 | 76 | 101 |
| Binary | 1101100 | 11011101 | 1111010 | 110011 | 0 | 101101 | 1101 | 1111111 | 111110 | 1000001 |
Color Harmonies of #6CDD7A
Complementary color
Monochromatic Colors of #6CDD7A
Black with #6CDD7A
Text Example
Text Example
White with #6CDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDD7A; }
p { color: rgb(108,221,122); }
H1.HeaderClassName
{
color: #6CDD7A;
}
.AnyTagClassName
{
color: #6CDD7A;
}
</style>
background-color css
<style>
a { background-color: #6CDD7A; }
a { background-color: rgb(108,221,122); }
div.DivClassName
{
background-color: #6CDD7A;
}
.BgClassName
{
background-color: #6CDD7A;
}
</style>
border-color css
<style>
span { border-color: #6CDD7A; }
span { border-color: rgb(108,221,122); }
td.TdClassName
{
border-color: #6CDD7A;
}
.TagClassName
{
border-color: #6CDD7A;
}
</style>