Shades of Pastel Green #6FD384
Tints of Pastel Green #6FD384
RGB
CMYK
RGB Variations
Color information
#6FD384 (or 0x6FD384) is known color: Pastel Green. HEX triplet: 6F, D3 and 84. RGB value is (111,211,132). Sum of RGB (Red+Green+Blue) = 111+211+132=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD384 is #902C7B. Grayscale: #ACACAC. Windows color (decimal): -9448572 or 8704879. OLE color: 8704879.
HSL color Cylindrical-coordinate representation of color #6FD384: hue angle of 132.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD384 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 132 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.17 |
| HSL | 132.6º | 0.53% | 0.63% | - |
| HSV(B) | 132.6º | 0.47% | 0.83% | - |
| XYZ | 34.01 | 51.63 | 30 | - |
| YUV | 172.09 | 105.37 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 132 | 0.47 | 0 | 0.37 | 0.17 | 132.6 | 0.53 | 0.63 |
| Hex | 6F | D3 | 84 | 2F | 0 | 25 | 11 | 85 | 35 | 3F |
| Octal | 157 | 323 | 204 | 57 | 0 | 45 | 21 | 205 | 65 | 77 |
| Binary | 1101111 | 11010011 | 10000100 | 101111 | 0 | 100101 | 10001 | 10000101 | 110101 | 111111 |
Color Harmonies of #6FD384
Complementary color
Monochromatic Colors of #6FD384
Black with #6FD384
Text Example
Text Example
White with #6FD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD384; }
p { color: rgb(111,211,132); }
H1.HeaderClassName
{
color: #6FD384;
}
.AnyTagClassName
{
color: #6FD384;
}
</style>
background-color css
<style>
a { background-color: #6FD384; }
a { background-color: rgb(111,211,132); }
div.DivClassName
{
background-color: #6FD384;
}
.BgClassName
{
background-color: #6FD384;
}
</style>
border-color css
<style>
span { border-color: #6FD384; }
span { border-color: rgb(111,211,132); }
td.TdClassName
{
border-color: #6FD384;
}
.TagClassName
{
border-color: #6FD384;
}
</style>