Shades of Pastel Green #6FD164
Tints of Pastel Green #6FD164
RGB
CMYK
RGB Variations
Color information
#6FD164 (or 0x6FD164) is known color: Pastel Green. HEX triplet: 6F, D1 and 64. RGB value is (111,209,100). Sum of RGB (Red+Green+Blue) = 111+209+100=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD164 is #902E9B. Grayscale: #A7A7A7. Windows color (decimal): -9449116 or 6607215. OLE color: 6607215.
HSL color Cylindrical-coordinate representation of color #6FD164: hue angle of 113.94º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FD164 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 209 | 100 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.18 |
| HSL | 113.95º | 0.54% | 0.61% | - |
| HSV(B) | 113.95º | 0.52% | 0.82% | - |
| XYZ | 31.66 | 49.9 | 20.02 | - |
| YUV | 167.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 100 | 0.47 | 0 | 0.52 | 0.18 | 113.95 | 0.54 | 0.61 |
| Hex | 6F | D1 | 64 | 2F | 0 | 34 | 12 | 72 | 36 | 3D |
| Octal | 157 | 321 | 144 | 57 | 0 | 64 | 22 | 162 | 66 | 75 |
| Binary | 1101111 | 11010001 | 1100100 | 101111 | 0 | 110100 | 10010 | 1110010 | 110110 | 111101 |
Color Harmonies of #6FD164
Complementary color
Monochromatic Colors of #6FD164
Black with #6FD164
Text Example
Text Example
White with #6FD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD164; }
p { color: rgb(111,209,100); }
H1.HeaderClassName
{
color: #6FD164;
}
.AnyTagClassName
{
color: #6FD164;
}
</style>
background-color css
<style>
a { background-color: #6FD164; }
a { background-color: rgb(111,209,100); }
div.DivClassName
{
background-color: #6FD164;
}
.BgClassName
{
background-color: #6FD164;
}
</style>
border-color css
<style>
span { border-color: #6FD164; }
span { border-color: rgb(111,209,100); }
td.TdClassName
{
border-color: #6FD164;
}
.TagClassName
{
border-color: #6FD164;
}
</style>