Shades of Pastel Green #6DCB7A
Tints of Pastel Green #6DCB7A
RGB
CMYK
RGB Variations
Color information
#6DCB7A (or 0x6DCB7A) is known color: Pastel Green. HEX triplet: 6D, CB and 7A. RGB value is (109,203,122). Sum of RGB (Red+Green+Blue) = 109+203+122=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB7A is #923485. Grayscale: #A5A5A5. Windows color (decimal): -9581702 or 8047469. OLE color: 8047469.
HSL color Cylindrical-coordinate representation of color #6DCB7A: hue angle of 128.3º 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 #6DCB7A is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 122 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.20 |
| HSL | 128.3º | 0.47% | 0.61% | - |
| HSV(B) | 128.3º | 0.46% | 0.8% | - |
| XYZ | 31.18 | 47.37 | 25.91 | - |
| YUV | 165.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 122 | 0.46 | 0 | 0.40 | 0.20 | 128.3 | 0.47 | 0.61 |
| Hex | 6D | CB | 7A | 2E | 0 | 28 | 14 | 80 | 2F | 3D |
| Octal | 155 | 313 | 172 | 56 | 0 | 50 | 24 | 200 | 57 | 75 |
| Binary | 1101101 | 11001011 | 1111010 | 101110 | 0 | 101000 | 10100 | 10000000 | 101111 | 111101 |
Color Harmonies of #6DCB7A
Complementary color
Monochromatic Colors of #6DCB7A
Black with #6DCB7A
Text Example
Text Example
White with #6DCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB7A; }
p { color: rgb(109,203,122); }
H1.HeaderClassName
{
color: #6DCB7A;
}
.AnyTagClassName
{
color: #6DCB7A;
}
</style>
background-color css
<style>
a { background-color: #6DCB7A; }
a { background-color: rgb(109,203,122); }
div.DivClassName
{
background-color: #6DCB7A;
}
.BgClassName
{
background-color: #6DCB7A;
}
</style>
border-color css
<style>
span { border-color: #6DCB7A; }
span { border-color: rgb(109,203,122); }
td.TdClassName
{
border-color: #6DCB7A;
}
.TagClassName
{
border-color: #6DCB7A;
}
</style>