Shades of Pastel Green #6DCC68
Tints of Pastel Green #6DCC68
RGB
CMYK
RGB Variations
Color information
#6DCC68 (or 0x6DCC68) is known color: Pastel Green. HEX triplet: 6D, CC and 68. RGB value is (109,204,104). Sum of RGB (Red+Green+Blue) = 109+204+104=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCC68 is #923397. Grayscale: #A4A4A4. Windows color (decimal): -9581464 or 6868077. OLE color: 6868077.
HSL color Cylindrical-coordinate representation of color #6DCC68: hue angle of 117º degrees, saturation: 0.5, 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 #6DCC68 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 104 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.2 |
| HSL | 117º | 0.5% | 0.6% | - |
| HSV(B) | 117º | 0.49% | 0.8% | - |
| XYZ | 30.4 | 47.44 | 20.65 | - |
| YUV | 164.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 104 | 0.47 | 0 | 0.49 | 0.2 | 117 | 0.5 | 0.6 |
| Hex | 6D | CC | 68 | 2F | 0 | 31 | 14 | 75 | 32 | 3C |
| Octal | 155 | 314 | 150 | 57 | 0 | 61 | 24 | 165 | 62 | 74 |
| Binary | 1101101 | 11001100 | 1101000 | 101111 | 0 | 110001 | 10100 | 1110101 | 110010 | 111100 |
Color Harmonies of #6DCC68
Complementary color
Monochromatic Colors of #6DCC68
Black with #6DCC68
Text Example
Text Example
White with #6DCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC68; }
p { color: rgb(109,204,104); }
H1.HeaderClassName
{
color: #6DCC68;
}
.AnyTagClassName
{
color: #6DCC68;
}
</style>
background-color css
<style>
a { background-color: #6DCC68; }
a { background-color: rgb(109,204,104); }
div.DivClassName
{
background-color: #6DCC68;
}
.BgClassName
{
background-color: #6DCC68;
}
</style>
border-color css
<style>
span { border-color: #6DCC68; }
span { border-color: rgb(109,204,104); }
td.TdClassName
{
border-color: #6DCC68;
}
.TagClassName
{
border-color: #6DCC68;
}
</style>