Shades of Pastel Green #6CDA7B
Tints of Pastel Green #6CDA7B
RGB
CMYK
RGB Variations
Color information
#6CDA7B (or 0x6CDA7B) is known color: Pastel Green. HEX triplet: 6C, DA and 7B. RGB value is (108,218,123). Sum of RGB (Red+Green+Blue) = 108+218+123=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDA7B is #932584. Grayscale: #AEAEAE. Windows color (decimal): -9643397 or 8116844. OLE color: 8116844.
HSL color Cylindrical-coordinate representation of color #6CDA7B: hue angle of 128.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDA7B is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 123 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.15 |
| HSL | 128.18º | 0.6% | 0.64% | - |
| HSV(B) | 128.18º | 0.5% | 0.85% | - |
| XYZ | 34.83 | 54.76 | 27.47 | - |
| YUV | 174.28 | 99.06 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 123 | 0.50 | 0 | 0.44 | 0.15 | 128.18 | 0.6 | 0.64 |
| Hex | 6C | DA | 7B | 32 | 0 | 2C | F | 80 | 3C | 40 |
| Octal | 154 | 332 | 173 | 62 | 0 | 54 | 17 | 200 | 74 | 100 |
| Binary | 1101100 | 11011010 | 1111011 | 110010 | 0 | 101100 | 1111 | 10000000 | 111100 | 1000000 |
Color Harmonies of #6CDA7B
Complementary color
Monochromatic Colors of #6CDA7B
Black with #6CDA7B
Text Example
Text Example
White with #6CDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA7B; }
p { color: rgb(108,218,123); }
H1.HeaderClassName
{
color: #6CDA7B;
}
.AnyTagClassName
{
color: #6CDA7B;
}
</style>
background-color css
<style>
a { background-color: #6CDA7B; }
a { background-color: rgb(108,218,123); }
div.DivClassName
{
background-color: #6CDA7B;
}
.BgClassName
{
background-color: #6CDA7B;
}
</style>
border-color css
<style>
span { border-color: #6CDA7B; }
span { border-color: rgb(108,218,123); }
td.TdClassName
{
border-color: #6CDA7B;
}
.TagClassName
{
border-color: #6CDA7B;
}
</style>