Shades of Pastel Green #6CCC68
Tints of Pastel Green #6CCC68
RGB
CMYK
RGB Variations
Color information
#6CCC68 (or 0x6CCC68) is known color: Pastel Green. HEX triplet: 6C, CC and 68. RGB value is (108,204,104). Sum of RGB (Red+Green+Blue) = 108+204+104=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC68 is #933397. Grayscale: #A4A4A4. Windows color (decimal): -9647000 or 6868076. OLE color: 6868076.
HSL color Cylindrical-coordinate representation of color #6CCC68: hue angle of 117.6º 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 #6CCC68 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 104 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.2 |
| HSL | 117.6º | 0.5% | 0.6% | - |
| HSV(B) | 117.6º | 0.49% | 0.8% | - |
| XYZ | 30.28 | 47.37 | 20.64 | - |
| YUV | 163.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 104 | 0.47 | 0 | 0.49 | 0.2 | 117.6 | 0.5 | 0.6 |
| Hex | 6C | CC | 68 | 2F | 0 | 31 | 14 | 76 | 32 | 3C |
| Octal | 154 | 314 | 150 | 57 | 0 | 61 | 24 | 166 | 62 | 74 |
| Binary | 1101100 | 11001100 | 1101000 | 101111 | 0 | 110001 | 10100 | 1110110 | 110010 | 111100 |
Color Harmonies of #6CCC68
Complementary color
Monochromatic Colors of #6CCC68
Black with #6CCC68
Text Example
Text Example
White with #6CCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC68; }
p { color: rgb(108,204,104); }
H1.HeaderClassName
{
color: #6CCC68;
}
.AnyTagClassName
{
color: #6CCC68;
}
</style>
background-color css
<style>
a { background-color: #6CCC68; }
a { background-color: rgb(108,204,104); }
div.DivClassName
{
background-color: #6CCC68;
}
.BgClassName
{
background-color: #6CCC68;
}
</style>
border-color css
<style>
span { border-color: #6CCC68; }
span { border-color: rgb(108,204,104); }
td.TdClassName
{
border-color: #6CCC68;
}
.TagClassName
{
border-color: #6CCC68;
}
</style>