Shades of Pastel Green #6FD380
Tints of Pastel Green #6FD380
RGB
CMYK
RGB Variations
Color information
#6FD380 (or 0x6FD380) is known color: Pastel Green. HEX triplet: 6F, D3 and 80. RGB value is (111,211,128). Sum of RGB (Red+Green+Blue) = 111+211+128=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD380 is #902C7F. Grayscale: #ABABAB. Windows color (decimal): -9448576 or 8442735. OLE color: 8442735.
HSL color Cylindrical-coordinate representation of color #6FD380: hue angle of 130.2º 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 #6FD380 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 128 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.17 |
| HSL | 130.2º | 0.53% | 0.63% | - |
| HSV(B) | 130.2º | 0.47% | 0.83% | - |
| XYZ | 33.75 | 51.53 | 28.59 | - |
| YUV | 171.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 128 | 0.47 | 0 | 0.39 | 0.17 | 130.2 | 0.53 | 0.63 |
| Hex | 6F | D3 | 80 | 2F | 0 | 27 | 11 | 82 | 35 | 3F |
| Octal | 157 | 323 | 200 | 57 | 0 | 47 | 21 | 202 | 65 | 77 |
| Binary | 1101111 | 11010011 | 10000000 | 101111 | 0 | 100111 | 10001 | 10000010 | 110101 | 111111 |
Color Harmonies of #6FD380
Complementary color
Monochromatic Colors of #6FD380
Black with #6FD380
Text Example
Text Example
White with #6FD380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD380; }
p { color: rgb(111,211,128); }
H1.HeaderClassName
{
color: #6FD380;
}
.AnyTagClassName
{
color: #6FD380;
}
</style>
background-color css
<style>
a { background-color: #6FD380; }
a { background-color: rgb(111,211,128); }
div.DivClassName
{
background-color: #6FD380;
}
.BgClassName
{
background-color: #6FD380;
}
</style>
border-color css
<style>
span { border-color: #6FD380; }
span { border-color: rgb(111,211,128); }
td.TdClassName
{
border-color: #6FD380;
}
.TagClassName
{
border-color: #6FD380;
}
</style>