Shades of Pastel Green #6FE980
Tints of Pastel Green #6FE980
RGB
CMYK
RGB Variations
Color information
#6FE980 (or 0x6FE980) is known color: Pastel Green. HEX triplet: 6F, E9 and 80. RGB value is (111,233,128). Sum of RGB (Red+Green+Blue) = 111+233+128=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #6FE980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FE980 is #90167F. Grayscale: #B8B8B8. Windows color (decimal): -9442944 or 8448367. OLE color: 8448367.
HSL color Cylindrical-coordinate representation of color #6FE980: hue angle of 128.36º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE980 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 233 | 128 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.09 |
| HSL | 128.36º | 0.73% | 0.67% | - |
| HSV(B) | 128.36º | 0.52% | 0.91% | - |
| XYZ | 39.59 | 63.22 | 30.54 | - |
| YUV | 184.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 233 | 128 | 0.52 | 0 | 0.45 | 0.09 | 128.36 | 0.73 | 0.67 |
| Hex | 6F | E9 | 80 | 34 | 0 | 2D | 9 | 80 | 49 | 43 |
| Octal | 157 | 351 | 200 | 64 | 0 | 55 | 11 | 200 | 111 | 103 |
| Binary | 1101111 | 11101001 | 10000000 | 110100 | 0 | 101101 | 1001 | 10000000 | 1001001 | 1000011 |
Color Harmonies of #6FE980
Complementary color
Monochromatic Colors of #6FE980
Black with #6FE980
Text Example
Text Example
White with #6FE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE980; }
p { color: rgb(111,233,128); }
H1.HeaderClassName
{
color: #6FE980;
}
.AnyTagClassName
{
color: #6FE980;
}
</style>
background-color css
<style>
a { background-color: #6FE980; }
a { background-color: rgb(111,233,128); }
div.DivClassName
{
background-color: #6FE980;
}
.BgClassName
{
background-color: #6FE980;
}
</style>
border-color css
<style>
span { border-color: #6FE980; }
span { border-color: rgb(111,233,128); }
td.TdClassName
{
border-color: #6FE980;
}
.TagClassName
{
border-color: #6FE980;
}
</style>