Shades of Pastel Green #6FCC80
Tints of Pastel Green #6FCC80
RGB
CMYK
RGB Variations
Color information
#6FCC80 (or 0x6FCC80) is known color: Pastel Green. HEX triplet: 6F, CC and 80. RGB value is (111,204,128). Sum of RGB (Red+Green+Blue) = 111+204+128=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCC80 is #90337F. Grayscale: #A7A7A7. Windows color (decimal): -9450368 or 8440943. OLE color: 8440943.
HSL color Cylindrical-coordinate representation of color #6FCC80: hue angle of 130.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCC80 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 128 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.2 |
| HSL | 130.97º | 0.48% | 0.62% | - |
| HSV(B) | 130.97º | 0.46% | 0.8% | - |
| XYZ | 32.04 | 48.12 | 28.02 | - |
| YUV | 167.53 | 105.69 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 128 | 0.46 | 0 | 0.37 | 0.2 | 130.97 | 0.48 | 0.62 |
| Hex | 6F | CC | 80 | 2E | 0 | 25 | 14 | 83 | 30 | 3E |
| Octal | 157 | 314 | 200 | 56 | 0 | 45 | 24 | 203 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10000000 | 101110 | 0 | 100101 | 10100 | 10000011 | 110000 | 111110 |
Color Harmonies of #6FCC80
Complementary color
Monochromatic Colors of #6FCC80
Black with #6FCC80
Text Example
Text Example
White with #6FCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC80; }
p { color: rgb(111,204,128); }
H1.HeaderClassName
{
color: #6FCC80;
}
.AnyTagClassName
{
color: #6FCC80;
}
</style>
background-color css
<style>
a { background-color: #6FCC80; }
a { background-color: rgb(111,204,128); }
div.DivClassName
{
background-color: #6FCC80;
}
.BgClassName
{
background-color: #6FCC80;
}
</style>
border-color css
<style>
span { border-color: #6FCC80; }
span { border-color: rgb(111,204,128); }
td.TdClassName
{
border-color: #6FCC80;
}
.TagClassName
{
border-color: #6FCC80;
}
</style>