Shades of Pastel Green #6FDC8B
Tints of Pastel Green #6FDC8B
RGB
CMYK
RGB Variations
Color information
#6FDC8B (or 0x6FDC8B) is known color: Pastel Green. HEX triplet: 6F, DC and 8B. RGB value is (111,220,139). Sum of RGB (Red+Green+Blue) = 111+220+139=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDC8B is #902374. Grayscale: #B2B2B2. Windows color (decimal): -9446261 or 9165935. OLE color: 9165935.
HSL color Cylindrical-coordinate representation of color #6FDC8B: hue angle of 135.41º 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 #6FDC8B is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 139 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.14 |
| HSL | 135.41º | 0.61% | 0.65% | - |
| HSV(B) | 135.41º | 0.5% | 0.86% | - |
| XYZ | 36.81 | 56.43 | 33.38 | - |
| YUV | 178.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 139 | 0.50 | 0 | 0.37 | 0.14 | 135.41 | 0.61 | 0.65 |
| Hex | 6F | DC | 8B | 32 | 0 | 25 | E | 87 | 3D | 41 |
| Octal | 157 | 334 | 213 | 62 | 0 | 45 | 16 | 207 | 75 | 101 |
| Binary | 1101111 | 11011100 | 10001011 | 110010 | 0 | 100101 | 1110 | 10000111 | 111101 | 1000001 |
Color Harmonies of #6FDC8B
Complementary color
Monochromatic Colors of #6FDC8B
Black with #6FDC8B
Text Example
Text Example
White with #6FDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC8B; }
p { color: rgb(111,220,139); }
H1.HeaderClassName
{
color: #6FDC8B;
}
.AnyTagClassName
{
color: #6FDC8B;
}
</style>
background-color css
<style>
a { background-color: #6FDC8B; }
a { background-color: rgb(111,220,139); }
div.DivClassName
{
background-color: #6FDC8B;
}
.BgClassName
{
background-color: #6FDC8B;
}
</style>
border-color css
<style>
span { border-color: #6FDC8B; }
span { border-color: rgb(111,220,139); }
td.TdClassName
{
border-color: #6FDC8B;
}
.TagClassName
{
border-color: #6FDC8B;
}
</style>