Shades of Pastel Green #6FD280
Tints of Pastel Green #6FD280
RGB
CMYK
RGB Variations
Color information
#6FD280 (or 0x6FD280) is known color: Pastel Green. HEX triplet: 6F, D2 and 80. RGB value is (111,210,128). Sum of RGB (Red+Green+Blue) = 111+210+128=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD280 is #902D7F. Grayscale: #ABABAB. Windows color (decimal): -9448832 or 8442479. OLE color: 8442479.
HSL color Cylindrical-coordinate representation of color #6FD280: hue angle of 130.3º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD280 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 128 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.18 |
| HSL | 130.3º | 0.52% | 0.63% | - |
| HSV(B) | 130.3º | 0.47% | 0.82% | - |
| XYZ | 33.5 | 51.03 | 28.51 | - |
| YUV | 171.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 128 | 0.47 | 0 | 0.39 | 0.18 | 130.3 | 0.52 | 0.63 |
| Hex | 6F | D2 | 80 | 2F | 0 | 27 | 12 | 82 | 34 | 3F |
| Octal | 157 | 322 | 200 | 57 | 0 | 47 | 22 | 202 | 64 | 77 |
| Binary | 1101111 | 11010010 | 10000000 | 101111 | 0 | 100111 | 10010 | 10000010 | 110100 | 111111 |
Color Harmonies of #6FD280
Complementary color
Monochromatic Colors of #6FD280
Black with #6FD280
Text Example
Text Example
White with #6FD280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD280; }
p { color: rgb(111,210,128); }
H1.HeaderClassName
{
color: #6FD280;
}
.AnyTagClassName
{
color: #6FD280;
}
</style>
background-color css
<style>
a { background-color: #6FD280; }
a { background-color: rgb(111,210,128); }
div.DivClassName
{
background-color: #6FD280;
}
.BgClassName
{
background-color: #6FD280;
}
</style>
border-color css
<style>
span { border-color: #6FD280; }
span { border-color: rgb(111,210,128); }
td.TdClassName
{
border-color: #6FD280;
}
.TagClassName
{
border-color: #6FD280;
}
</style>