Shades of Pastel Green #6FD383
Tints of Pastel Green #6FD383
RGB
CMYK
RGB Variations
Color information
#6FD383 (or 0x6FD383) is known color: Pastel Green. HEX triplet: 6F, D3 and 83. RGB value is (111,211,131). Sum of RGB (Red+Green+Blue) = 111+211+131=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD383 is #902C7C. Grayscale: #ACACAC. Windows color (decimal): -9448573 or 8639343. OLE color: 8639343.
HSL color Cylindrical-coordinate representation of color #6FD383: hue angle of 132º 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 #6FD383 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 131 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.17 |
| HSL | 132º | 0.53% | 0.63% | - |
| HSV(B) | 132º | 0.47% | 0.83% | - |
| XYZ | 33.95 | 51.61 | 29.64 | - |
| YUV | 171.98 | 104.87 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 131 | 0.47 | 0 | 0.38 | 0.17 | 132 | 0.53 | 0.63 |
| Hex | 6F | D3 | 83 | 2F | 0 | 26 | 11 | 84 | 35 | 3F |
| Octal | 157 | 323 | 203 | 57 | 0 | 46 | 21 | 204 | 65 | 77 |
| Binary | 1101111 | 11010011 | 10000011 | 101111 | 0 | 100110 | 10001 | 10000100 | 110101 | 111111 |
Color Harmonies of #6FD383
Complementary color
Monochromatic Colors of #6FD383
Black with #6FD383
Text Example
Text Example
White with #6FD383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD383; }
p { color: rgb(111,211,131); }
H1.HeaderClassName
{
color: #6FD383;
}
.AnyTagClassName
{
color: #6FD383;
}
</style>
background-color css
<style>
a { background-color: #6FD383; }
a { background-color: rgb(111,211,131); }
div.DivClassName
{
background-color: #6FD383;
}
.BgClassName
{
background-color: #6FD383;
}
</style>
border-color css
<style>
span { border-color: #6FD383; }
span { border-color: rgb(111,211,131); }
td.TdClassName
{
border-color: #6FD383;
}
.TagClassName
{
border-color: #6FD383;
}
</style>