Shades of Pastel Green #6CCC70
Tints of Pastel Green #6CCC70
RGB
CMYK
RGB Variations
Color information
#6CCC70 (or 0x6CCC70) is known color: Pastel Green. HEX triplet: 6C, CC and 70. RGB value is (108,204,112). Sum of RGB (Red+Green+Blue) = 108+204+112=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCC70 is #93338F. Grayscale: #A5A5A5. Windows color (decimal): -9646992 or 7392364. OLE color: 7392364.
HSL color Cylindrical-coordinate representation of color #6CCC70: hue angle of 122.5º 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 #6CCC70 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 112 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.2 |
| HSL | 122.5º | 0.48% | 0.61% | - |
| HSV(B) | 122.5º | 0.47% | 0.8% | - |
| XYZ | 30.7 | 47.54 | 22.89 | - |
| YUV | 164.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 112 | 0.47 | 0 | 0.45 | 0.2 | 122.5 | 0.48 | 0.61 |
| Hex | 6C | CC | 70 | 2F | 0 | 2D | 14 | 7B | 30 | 3D |
| Octal | 154 | 314 | 160 | 57 | 0 | 55 | 24 | 173 | 60 | 75 |
| Binary | 1101100 | 11001100 | 1110000 | 101111 | 0 | 101101 | 10100 | 1111011 | 110000 | 111101 |
Color Harmonies of #6CCC70
Complementary color
Monochromatic Colors of #6CCC70
Black with #6CCC70
Text Example
Text Example
White with #6CCC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC70; }
p { color: rgb(108,204,112); }
H1.HeaderClassName
{
color: #6CCC70;
}
.AnyTagClassName
{
color: #6CCC70;
}
</style>
background-color css
<style>
a { background-color: #6CCC70; }
a { background-color: rgb(108,204,112); }
div.DivClassName
{
background-color: #6CCC70;
}
.BgClassName
{
background-color: #6CCC70;
}
</style>
border-color css
<style>
span { border-color: #6CCC70; }
span { border-color: rgb(108,204,112); }
td.TdClassName
{
border-color: #6CCC70;
}
.TagClassName
{
border-color: #6CCC70;
}
</style>