Shades of Pastel Green #6DCB6D
Tints of Pastel Green #6DCB6D
RGB
CMYK
RGB Variations
Color information
#6DCB6D (or 0x6DCB6D) is known color: Pastel Green. HEX triplet: 6D, CB and 6D. RGB value is (109,203,109). Sum of RGB (Red+Green+Blue) = 109+203+109=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB6D is #923492. Grayscale: #A4A4A4. Windows color (decimal): -9581715 or 7195501. OLE color: 7195501.
HSL color Cylindrical-coordinate representation of color #6DCB6D: hue angle of 120º 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 #6DCB6D is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 109 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.20 |
| HSL | 120º | 0.47% | 0.61% | - |
| HSV(B) | 120º | 0.46% | 0.8% | - |
| XYZ | 30.42 | 47.07 | 21.95 | - |
| YUV | 164.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 109 | 0.46 | 0 | 0.46 | 0.20 | 120 | 0.47 | 0.61 |
| Hex | 6D | CB | 6D | 2E | 0 | 2E | 14 | 78 | 2F | 3D |
| Octal | 155 | 313 | 155 | 56 | 0 | 56 | 24 | 170 | 57 | 75 |
| Binary | 1101101 | 11001011 | 1101101 | 101110 | 0 | 101110 | 10100 | 1111000 | 101111 | 111101 |
Color Harmonies of #6DCB6D
Complementary color
Monochromatic Colors of #6DCB6D
Black with #6DCB6D
Text Example
Text Example
White with #6DCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB6D; }
p { color: rgb(109,203,109); }
H1.HeaderClassName
{
color: #6DCB6D;
}
.AnyTagClassName
{
color: #6DCB6D;
}
</style>
background-color css
<style>
a { background-color: #6DCB6D; }
a { background-color: rgb(109,203,109); }
div.DivClassName
{
background-color: #6DCB6D;
}
.BgClassName
{
background-color: #6DCB6D;
}
</style>
border-color css
<style>
span { border-color: #6DCB6D; }
span { border-color: rgb(109,203,109); }
td.TdClassName
{
border-color: #6DCB6D;
}
.TagClassName
{
border-color: #6DCB6D;
}
</style>