Shades of Pastel Green #6DCB67
Tints of Pastel Green #6DCB67
RGB
CMYK
RGB Variations
Color information
#6DCB67 (or 0x6DCB67) is known color: Pastel Green. HEX triplet: 6D, CB and 67. RGB value is (109,203,103). Sum of RGB (Red+Green+Blue) = 109+203+103=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB67 is #923498. Grayscale: #A3A3A3. Windows color (decimal): -9581721 or 6802285. OLE color: 6802285.
HSL color Cylindrical-coordinate representation of color #6DCB67: hue angle of 116.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCB67 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 103 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.20 |
| HSL | 116.4º | 0.49% | 0.6% | - |
| HSV(B) | 116.4º | 0.49% | 0.8% | - |
| XYZ | 30.11 | 46.94 | 20.31 | - |
| YUV | 163.49 | 93.86 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 103 | 0.46 | 0 | 0.49 | 0.20 | 116.4 | 0.49 | 0.6 |
| Hex | 6D | CB | 67 | 2E | 0 | 31 | 14 | 74 | 31 | 3C |
| Octal | 155 | 313 | 147 | 56 | 0 | 61 | 24 | 164 | 61 | 74 |
| Binary | 1101101 | 11001011 | 1100111 | 101110 | 0 | 110001 | 10100 | 1110100 | 110001 | 111100 |
Color Harmonies of #6DCB67
Complementary color
Monochromatic Colors of #6DCB67
Black with #6DCB67
Text Example
Text Example
White with #6DCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB67; }
p { color: rgb(109,203,103); }
H1.HeaderClassName
{
color: #6DCB67;
}
.AnyTagClassName
{
color: #6DCB67;
}
</style>
background-color css
<style>
a { background-color: #6DCB67; }
a { background-color: rgb(109,203,103); }
div.DivClassName
{
background-color: #6DCB67;
}
.BgClassName
{
background-color: #6DCB67;
}
</style>
border-color css
<style>
span { border-color: #6DCB67; }
span { border-color: rgb(109,203,103); }
td.TdClassName
{
border-color: #6DCB67;
}
.TagClassName
{
border-color: #6DCB67;
}
</style>