Shades of Pastel Green #6FD364
Tints of Pastel Green #6FD364
RGB
CMYK
RGB Variations
Color information
#6FD364 (or 0x6FD364) is known color: Pastel Green. HEX triplet: 6F, D3 and 64. RGB value is (111,211,100). Sum of RGB (Red+Green+Blue) = 111+211+100=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD364 is #902C9B. Grayscale: #A8A8A8. Windows color (decimal): -9448604 or 6607727. OLE color: 6607727.
HSL color Cylindrical-coordinate representation of color #6FD364: hue angle of 114.05º degrees, saturation: 0.56, 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 #6FD364 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 100 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.17 |
| HSL | 114.05º | 0.56% | 0.61% | - |
| HSV(B) | 114.05º | 0.53% | 0.83% | - |
| XYZ | 32.15 | 50.89 | 20.18 | - |
| YUV | 168.45 | 89.37 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 100 | 0.47 | 0 | 0.53 | 0.17 | 114.05 | 0.56 | 0.61 |
| Hex | 6F | D3 | 64 | 2F | 0 | 35 | 11 | 72 | 38 | 3D |
| Octal | 157 | 323 | 144 | 57 | 0 | 65 | 21 | 162 | 70 | 75 |
| Binary | 1101111 | 11010011 | 1100100 | 101111 | 0 | 110101 | 10001 | 1110010 | 111000 | 111101 |
Color Harmonies of #6FD364
Complementary color
Monochromatic Colors of #6FD364
Black with #6FD364
Text Example
Text Example
White with #6FD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD364; }
p { color: rgb(111,211,100); }
H1.HeaderClassName
{
color: #6FD364;
}
.AnyTagClassName
{
color: #6FD364;
}
</style>
background-color css
<style>
a { background-color: #6FD364; }
a { background-color: rgb(111,211,100); }
div.DivClassName
{
background-color: #6FD364;
}
.BgClassName
{
background-color: #6FD364;
}
</style>
border-color css
<style>
span { border-color: #6FD364; }
span { border-color: rgb(111,211,100); }
td.TdClassName
{
border-color: #6FD364;
}
.TagClassName
{
border-color: #6FD364;
}
</style>