Shades of Pastel Green #6FDC81
Tints of Pastel Green #6FDC81
RGB
CMYK
RGB Variations
Color information
#6FDC81 (or 0x6FDC81) is known color: Pastel Green. HEX triplet: 6F, DC and 81. RGB value is (111,220,129). Sum of RGB (Red+Green+Blue) = 111+220+129=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDC81 is #90237E. Grayscale: #B1B1B1. Windows color (decimal): -9446271 or 8510575. OLE color: 8510575.
HSL color Cylindrical-coordinate representation of color #6FDC81: hue angle of 129.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDC81 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 129 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.14 |
| HSL | 129.91º | 0.61% | 0.65% | - |
| HSV(B) | 129.91º | 0.5% | 0.86% | - |
| XYZ | 36.11 | 56.15 | 29.7 | - |
| YUV | 177.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 129 | 0.50 | 0 | 0.41 | 0.14 | 129.91 | 0.61 | 0.65 |
| Hex | 6F | DC | 81 | 32 | 0 | 29 | E | 82 | 3D | 41 |
| Octal | 157 | 334 | 201 | 62 | 0 | 51 | 16 | 202 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10000001 | 110010 | 0 | 101001 | 1110 | 10000010 | 111101 | 1000001 |
Color Harmonies of #6FDC81
Complementary color
Monochromatic Colors of #6FDC81
Black with #6FDC81
Text Example
Text Example
White with #6FDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC81; }
p { color: rgb(111,220,129); }
H1.HeaderClassName
{
color: #6FDC81;
}
.AnyTagClassName
{
color: #6FDC81;
}
</style>
background-color css
<style>
a { background-color: #6FDC81; }
a { background-color: rgb(111,220,129); }
div.DivClassName
{
background-color: #6FDC81;
}
.BgClassName
{
background-color: #6FDC81;
}
</style>
border-color css
<style>
span { border-color: #6FDC81; }
span { border-color: rgb(111,220,129); }
td.TdClassName
{
border-color: #6FDC81;
}
.TagClassName
{
border-color: #6FDC81;
}
</style>