Shades of Pastel Green #6DCB7C
Tints of Pastel Green #6DCB7C
RGB
CMYK
RGB Variations
Color information
#6DCB7C (or 0x6DCB7C) is known color: Pastel Green. HEX triplet: 6D, CB and 7C. RGB value is (109,203,124). Sum of RGB (Red+Green+Blue) = 109+203+124=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB7C is #923483. Grayscale: #A6A6A6. Windows color (decimal): -9581700 or 8178541. OLE color: 8178541.
HSL color Cylindrical-coordinate representation of color #6DCB7C: hue angle of 129.57º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCB7C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 124 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.20 |
| HSL | 129.57º | 0.47% | 0.61% | - |
| HSV(B) | 129.57º | 0.46% | 0.8% | - |
| XYZ | 31.3 | 47.42 | 26.57 | - |
| YUV | 165.89 | 104.36 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 124 | 0.46 | 0 | 0.39 | 0.20 | 129.57 | 0.47 | 0.61 |
| Hex | 6D | CB | 7C | 2E | 0 | 27 | 14 | 82 | 2F | 3D |
| Octal | 155 | 313 | 174 | 56 | 0 | 47 | 24 | 202 | 57 | 75 |
| Binary | 1101101 | 11001011 | 1111100 | 101110 | 0 | 100111 | 10100 | 10000010 | 101111 | 111101 |
Color Harmonies of #6DCB7C
Complementary color
Monochromatic Colors of #6DCB7C
Black with #6DCB7C
Text Example
Text Example
White with #6DCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB7C; }
p { color: rgb(109,203,124); }
H1.HeaderClassName
{
color: #6DCB7C;
}
.AnyTagClassName
{
color: #6DCB7C;
}
</style>
background-color css
<style>
a { background-color: #6DCB7C; }
a { background-color: rgb(109,203,124); }
div.DivClassName
{
background-color: #6DCB7C;
}
.BgClassName
{
background-color: #6DCB7C;
}
</style>
border-color css
<style>
span { border-color: #6DCB7C; }
span { border-color: rgb(109,203,124); }
td.TdClassName
{
border-color: #6DCB7C;
}
.TagClassName
{
border-color: #6DCB7C;
}
</style>