Shades of Pastel Green #6FE164
Tints of Pastel Green #6FE164
RGB
CMYK
RGB Variations
Color information
#6FE164 (or 0x6FE164) is known color: Pastel Green. HEX triplet: 6F, E1 and 64. RGB value is (111,225,100). Sum of RGB (Red+Green+Blue) = 111+225+100=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FE164 is #901E9B. Grayscale: #B1B1B1. Windows color (decimal): -9445020 or 6611311. OLE color: 6611311.
HSL color Cylindrical-coordinate representation of color #6FE164: hue angle of 114.72º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE164 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 100 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.12 |
| HSL | 114.72º | 0.68% | 0.64% | - |
| HSV(B) | 114.72º | 0.56% | 0.88% | - |
| XYZ | 35.78 | 58.15 | 21.39 | - |
| YUV | 176.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 100 | 0.51 | 0 | 0.56 | 0.12 | 114.72 | 0.68 | 0.64 |
| Hex | 6F | E1 | 64 | 33 | 0 | 38 | C | 73 | 44 | 40 |
| Octal | 157 | 341 | 144 | 63 | 0 | 70 | 14 | 163 | 104 | 100 |
| Binary | 1101111 | 11100001 | 1100100 | 110011 | 0 | 111000 | 1100 | 1110011 | 1000100 | 1000000 |
Color Harmonies of #6FE164
Complementary color
Monochromatic Colors of #6FE164
Black with #6FE164
Text Example
Text Example
White with #6FE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE164; }
p { color: rgb(111,225,100); }
H1.HeaderClassName
{
color: #6FE164;
}
.AnyTagClassName
{
color: #6FE164;
}
</style>
background-color css
<style>
a { background-color: #6FE164; }
a { background-color: rgb(111,225,100); }
div.DivClassName
{
background-color: #6FE164;
}
.BgClassName
{
background-color: #6FE164;
}
</style>
border-color css
<style>
span { border-color: #6FE164; }
span { border-color: rgb(111,225,100); }
td.TdClassName
{
border-color: #6FE164;
}
.TagClassName
{
border-color: #6FE164;
}
</style>