Shades of Pastel Green #6FD472
Tints of Pastel Green #6FD472
RGB
CMYK
RGB Variations
Color information
#6FD472 (or 0x6FD472) is known color: Pastel Green. HEX triplet: 6F, D4 and 72. RGB value is (111,212,114). Sum of RGB (Red+Green+Blue) = 111+212+114=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #6FD472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD472 is #902B8D. Grayscale: #AAAAAA. Windows color (decimal): -9448334 or 7525487. OLE color: 7525487.
HSL color Cylindrical-coordinate representation of color #6FD472: hue angle of 121.78º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD472 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 212 | 114 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.17 |
| HSL | 121.78º | 0.54% | 0.63% | - |
| HSV(B) | 121.78º | 0.48% | 0.83% | - |
| XYZ | 33.14 | 51.68 | 24.15 | - |
| YUV | 170.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 114 | 0.48 | 0 | 0.46 | 0.17 | 121.78 | 0.54 | 0.63 |
| Hex | 6F | D4 | 72 | 30 | 0 | 2E | 11 | 7A | 36 | 3F |
| Octal | 157 | 324 | 162 | 60 | 0 | 56 | 21 | 172 | 66 | 77 |
| Binary | 1101111 | 11010100 | 1110010 | 110000 | 0 | 101110 | 10001 | 1111010 | 110110 | 111111 |
Color Harmonies of #6FD472
Complementary color
Monochromatic Colors of #6FD472
Black with #6FD472
Text Example
Text Example
White with #6FD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD472; }
p { color: rgb(111,212,114); }
H1.HeaderClassName
{
color: #6FD472;
}
.AnyTagClassName
{
color: #6FD472;
}
</style>
background-color css
<style>
a { background-color: #6FD472; }
a { background-color: rgb(111,212,114); }
div.DivClassName
{
background-color: #6FD472;
}
.BgClassName
{
background-color: #6FD472;
}
</style>
border-color css
<style>
span { border-color: #6FD472; }
span { border-color: rgb(111,212,114); }
td.TdClassName
{
border-color: #6FD472;
}
.TagClassName
{
border-color: #6FD472;
}
</style>