Shades of Pastel Green #6CCC72
Tints of Pastel Green #6CCC72
RGB
CMYK
RGB Variations
Color information
#6CCC72 (or 0x6CCC72) is known color: Pastel Green. HEX triplet: 6C, CC and 72. RGB value is (108,204,114). Sum of RGB (Red+Green+Blue) = 108+204+114=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC72 is #93338D. Grayscale: #A5A5A5. Windows color (decimal): -9646990 or 7523436. OLE color: 7523436.
HSL color Cylindrical-coordinate representation of color #6CCC72: hue angle of 123.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CCC72 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 114 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.2 |
| HSL | 123.75º | 0.48% | 0.61% | - |
| HSV(B) | 123.75º | 0.47% | 0.8% | - |
| XYZ | 30.81 | 47.59 | 23.48 | - |
| YUV | 165.04 | 99.2 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 114 | 0.47 | 0 | 0.44 | 0.2 | 123.75 | 0.48 | 0.61 |
| Hex | 6C | CC | 72 | 2F | 0 | 2C | 14 | 7C | 30 | 3D |
| Octal | 154 | 314 | 162 | 57 | 0 | 54 | 24 | 174 | 60 | 75 |
| Binary | 1101100 | 11001100 | 1110010 | 101111 | 0 | 101100 | 10100 | 1111100 | 110000 | 111101 |
Color Harmonies of #6CCC72
Complementary color
Monochromatic Colors of #6CCC72
Black with #6CCC72
Text Example
Text Example
White with #6CCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC72; }
p { color: rgb(108,204,114); }
H1.HeaderClassName
{
color: #6CCC72;
}
.AnyTagClassName
{
color: #6CCC72;
}
</style>
background-color css
<style>
a { background-color: #6CCC72; }
a { background-color: rgb(108,204,114); }
div.DivClassName
{
background-color: #6CCC72;
}
.BgClassName
{
background-color: #6CCC72;
}
</style>
border-color css
<style>
span { border-color: #6CCC72; }
span { border-color: rgb(108,204,114); }
td.TdClassName
{
border-color: #6CCC72;
}
.TagClassName
{
border-color: #6CCC72;
}
</style>