Shades of Pastel Green #6FCD80
Tints of Pastel Green #6FCD80
RGB
CMYK
RGB Variations
Color information
#6FCD80 (or 0x6FCD80) is known color: Pastel Green. HEX triplet: 6F, CD and 80. RGB value is (111,205,128). Sum of RGB (Red+Green+Blue) = 111+205+128=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCD80 is #90327F. Grayscale: #A8A8A8. Windows color (decimal): -9450112 or 8441199. OLE color: 8441199.
HSL color Cylindrical-coordinate representation of color #6FCD80: hue angle of 130.85º 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 #6FCD80 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 205 | 128 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.20 |
| HSL | 130.85º | 0.48% | 0.62% | - |
| HSV(B) | 130.85º | 0.46% | 0.8% | - |
| XYZ | 32.28 | 48.6 | 28.1 | - |
| YUV | 168.12 | 105.36 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 205 | 128 | 0.46 | 0 | 0.38 | 0.20 | 130.85 | 0.48 | 0.62 |
| Hex | 6F | CD | 80 | 2E | 0 | 26 | 14 | 83 | 30 | 3E |
| Octal | 157 | 315 | 200 | 56 | 0 | 46 | 24 | 203 | 60 | 76 |
| Binary | 1101111 | 11001101 | 10000000 | 101110 | 0 | 100110 | 10100 | 10000011 | 110000 | 111110 |
Color Harmonies of #6FCD80
Complementary color
Monochromatic Colors of #6FCD80
Black with #6FCD80
Text Example
Text Example
White with #6FCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCD80; }
p { color: rgb(111,205,128); }
H1.HeaderClassName
{
color: #6FCD80;
}
.AnyTagClassName
{
color: #6FCD80;
}
</style>
background-color css
<style>
a { background-color: #6FCD80; }
a { background-color: rgb(111,205,128); }
div.DivClassName
{
background-color: #6FCD80;
}
.BgClassName
{
background-color: #6FCD80;
}
</style>
border-color css
<style>
span { border-color: #6FCD80; }
span { border-color: rgb(111,205,128); }
td.TdClassName
{
border-color: #6FCD80;
}
.TagClassName
{
border-color: #6FCD80;
}
</style>