Shades of Pastel Green #6CDE7A
Tints of Pastel Green #6CDE7A
RGB
CMYK
RGB Variations
Color information
#6CDE7A (or 0x6CDE7A) is known color: Pastel Green. HEX triplet: 6C, DE and 7A. RGB value is (108,222,122). Sum of RGB (Red+Green+Blue) = 108+222+122=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDE7A is #932185. Grayscale: #B0B0B0. Windows color (decimal): -9642374 or 8052332. OLE color: 8052332.
HSL color Cylindrical-coordinate representation of color #6CDE7A: hue angle of 127.37º degrees, saturation: 0.63, 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 #6CDE7A is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 222 | 122 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.13 |
| HSL | 127.37º | 0.63% | 0.65% | - |
| HSV(B) | 127.37º | 0.51% | 0.87% | - |
| XYZ | 35.82 | 56.84 | 27.49 | - |
| YUV | 176.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 222 | 122 | 0.51 | 0 | 0.45 | 0.13 | 127.37 | 0.63 | 0.65 |
| Hex | 6C | DE | 7A | 33 | 0 | 2D | D | 7F | 3F | 41 |
| Octal | 154 | 336 | 172 | 63 | 0 | 55 | 15 | 177 | 77 | 101 |
| Binary | 1101100 | 11011110 | 1111010 | 110011 | 0 | 101101 | 1101 | 1111111 | 111111 | 1000001 |
Color Harmonies of #6CDE7A
Complementary color
Monochromatic Colors of #6CDE7A
Black with #6CDE7A
Text Example
Text Example
White with #6CDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDE7A; }
p { color: rgb(108,222,122); }
H1.HeaderClassName
{
color: #6CDE7A;
}
.AnyTagClassName
{
color: #6CDE7A;
}
</style>
background-color css
<style>
a { background-color: #6CDE7A; }
a { background-color: rgb(108,222,122); }
div.DivClassName
{
background-color: #6CDE7A;
}
.BgClassName
{
background-color: #6CDE7A;
}
</style>
border-color css
<style>
span { border-color: #6CDE7A; }
span { border-color: rgb(108,222,122); }
td.TdClassName
{
border-color: #6CDE7A;
}
.TagClassName
{
border-color: #6CDE7A;
}
</style>