Shades of Pastel Green #6FD464
Tints of Pastel Green #6FD464
RGB
CMYK
RGB Variations
Color information
#6FD464 (or 0x6FD464) is known color: Pastel Green. HEX triplet: 6F, D4 and 64. RGB value is (111,212,100). Sum of RGB (Red+Green+Blue) = 111+212+100=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD464 is #902B9B. Grayscale: #A9A9A9. Windows color (decimal): -9448348 or 6607983. OLE color: 6607983.
HSL color Cylindrical-coordinate representation of color #6FD464: hue angle of 114.11º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FD464 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 100 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.17 |
| HSL | 114.11º | 0.57% | 0.61% | - |
| HSV(B) | 114.11º | 0.53% | 0.83% | - |
| XYZ | 32.4 | 51.39 | 20.27 | - |
| YUV | 169.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 100 | 0.48 | 0 | 0.53 | 0.17 | 114.11 | 0.57 | 0.61 |
| Hex | 6F | D4 | 64 | 30 | 0 | 35 | 11 | 72 | 39 | 3D |
| Octal | 157 | 324 | 144 | 60 | 0 | 65 | 21 | 162 | 71 | 75 |
| Binary | 1101111 | 11010100 | 1100100 | 110000 | 0 | 110101 | 10001 | 1110010 | 111001 | 111101 |
Color Harmonies of #6FD464
Complementary color
Monochromatic Colors of #6FD464
Black with #6FD464
Text Example
Text Example
White with #6FD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD464; }
p { color: rgb(111,212,100); }
H1.HeaderClassName
{
color: #6FD464;
}
.AnyTagClassName
{
color: #6FD464;
}
</style>
background-color css
<style>
a { background-color: #6FD464; }
a { background-color: rgb(111,212,100); }
div.DivClassName
{
background-color: #6FD464;
}
.BgClassName
{
background-color: #6FD464;
}
</style>
border-color css
<style>
span { border-color: #6FD464; }
span { border-color: rgb(111,212,100); }
td.TdClassName
{
border-color: #6FD464;
}
.TagClassName
{
border-color: #6FD464;
}
</style>