Shades of Pastel Green #6FDC6A
Tints of Pastel Green #6FDC6A
RGB
CMYK
RGB Variations
Color information
#6FDC6A (or 0x6FDC6A) is known color: Pastel Green. HEX triplet: 6F, DC and 6A. RGB value is (111,220,106). Sum of RGB (Red+Green+Blue) = 111+220+106=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDC6A is #902395. Grayscale: #AEAEAE. Windows color (decimal): -9446294 or 7003247. OLE color: 7003247.
HSL color Cylindrical-coordinate representation of color #6FDC6A: hue angle of 117.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FDC6A is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 106 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.14 |
| HSL | 117.37º | 0.62% | 0.64% | - |
| HSV(B) | 117.37º | 0.52% | 0.86% | - |
| XYZ | 34.75 | 55.61 | 22.54 | - |
| YUV | 174.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 106 | 0.50 | 0 | 0.52 | 0.14 | 117.37 | 0.62 | 0.64 |
| Hex | 6F | DC | 6A | 32 | 0 | 34 | E | 75 | 3E | 40 |
| Octal | 157 | 334 | 152 | 62 | 0 | 64 | 16 | 165 | 76 | 100 |
| Binary | 1101111 | 11011100 | 1101010 | 110010 | 0 | 110100 | 1110 | 1110101 | 111110 | 1000000 |
Color Harmonies of #6FDC6A
Complementary color
Monochromatic Colors of #6FDC6A
Black with #6FDC6A
Text Example
Text Example
White with #6FDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDC6A; }
p { color: rgb(111,220,106); }
H1.HeaderClassName
{
color: #6FDC6A;
}
.AnyTagClassName
{
color: #6FDC6A;
}
</style>
background-color css
<style>
a { background-color: #6FDC6A; }
a { background-color: rgb(111,220,106); }
div.DivClassName
{
background-color: #6FDC6A;
}
.BgClassName
{
background-color: #6FDC6A;
}
</style>
border-color css
<style>
span { border-color: #6FDC6A; }
span { border-color: rgb(111,220,106); }
td.TdClassName
{
border-color: #6FDC6A;
}
.TagClassName
{
border-color: #6FDC6A;
}
</style>