Shades of Pastel Green #6DCB68
Tints of Pastel Green #6DCB68
RGB
CMYK
RGB Variations
Color information
#6DCB68 (or 0x6DCB68) is known color: Pastel Green. HEX triplet: 6D, CB and 68. RGB value is (109,203,104). Sum of RGB (Red+Green+Blue) = 109+203+104=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB68 is #923497. Grayscale: #A3A3A3. Windows color (decimal): -9581720 or 6867821. OLE color: 6867821.
HSL color Cylindrical-coordinate representation of color #6DCB68: hue angle of 116.97º 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 #6DCB68 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 104 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.20 |
| HSL | 116.97º | 0.49% | 0.6% | - |
| HSV(B) | 116.97º | 0.49% | 0.8% | - |
| XYZ | 30.16 | 46.96 | 20.57 | - |
| YUV | 163.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 104 | 0.46 | 0 | 0.49 | 0.20 | 116.97 | 0.49 | 0.6 |
| Hex | 6D | CB | 68 | 2E | 0 | 31 | 14 | 75 | 31 | 3C |
| Octal | 155 | 313 | 150 | 56 | 0 | 61 | 24 | 165 | 61 | 74 |
| Binary | 1101101 | 11001011 | 1101000 | 101110 | 0 | 110001 | 10100 | 1110101 | 110001 | 111100 |
Color Harmonies of #6DCB68
Complementary color
Monochromatic Colors of #6DCB68
Black with #6DCB68
Text Example
Text Example
White with #6DCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB68; }
p { color: rgb(109,203,104); }
H1.HeaderClassName
{
color: #6DCB68;
}
.AnyTagClassName
{
color: #6DCB68;
}
</style>
background-color css
<style>
a { background-color: #6DCB68; }
a { background-color: rgb(109,203,104); }
div.DivClassName
{
background-color: #6DCB68;
}
.BgClassName
{
background-color: #6DCB68;
}
</style>
border-color css
<style>
span { border-color: #6DCB68; }
span { border-color: rgb(109,203,104); }
td.TdClassName
{
border-color: #6DCB68;
}
.TagClassName
{
border-color: #6DCB68;
}
</style>