Shades of Pastel Green #6CCC71
Tints of Pastel Green #6CCC71
RGB
CMYK
RGB Variations
Color information
#6CCC71 (or 0x6CCC71) is known color: Pastel Green. HEX triplet: 6C, CC and 71. RGB value is (108,204,113). Sum of RGB (Red+Green+Blue) = 108+204+113=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC71 is #93338E. Grayscale: #A5A5A5. Windows color (decimal): -9646991 or 7457900. OLE color: 7457900.
HSL color Cylindrical-coordinate representation of color #6CCC71: hue angle of 123.12º 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 #6CCC71 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 113 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.2 |
| HSL | 123.13º | 0.48% | 0.61% | - |
| HSV(B) | 123.13º | 0.47% | 0.8% | - |
| XYZ | 30.76 | 47.57 | 23.18 | - |
| YUV | 164.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 113 | 0.47 | 0 | 0.45 | 0.2 | 123.13 | 0.48 | 0.61 |
| Hex | 6C | CC | 71 | 2F | 0 | 2D | 14 | 7B | 30 | 3D |
| Octal | 154 | 314 | 161 | 57 | 0 | 55 | 24 | 173 | 60 | 75 |
| Binary | 1101100 | 11001100 | 1110001 | 101111 | 0 | 101101 | 10100 | 1111011 | 110000 | 111101 |
Color Harmonies of #6CCC71
Complementary color
Monochromatic Colors of #6CCC71
Black with #6CCC71
Text Example
Text Example
White with #6CCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC71; }
p { color: rgb(108,204,113); }
H1.HeaderClassName
{
color: #6CCC71;
}
.AnyTagClassName
{
color: #6CCC71;
}
</style>
background-color css
<style>
a { background-color: #6CCC71; }
a { background-color: rgb(108,204,113); }
div.DivClassName
{
background-color: #6CCC71;
}
.BgClassName
{
background-color: #6CCC71;
}
</style>
border-color css
<style>
span { border-color: #6CCC71; }
span { border-color: rgb(108,204,113); }
td.TdClassName
{
border-color: #6CCC71;
}
.TagClassName
{
border-color: #6CCC71;
}
</style>