Shades of Pastel Green #6FD85E
Tints of Pastel Green #6FD85E
RGB
CMYK
RGB Variations
Color information
#6FD85E (or 0x6FD85E) is known color: Pastel Green. HEX triplet: 6F, D8 and 5E. RGB value is (111,216,94). Sum of RGB (Red+Green+Blue) = 111+216+94=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD85E is #9027A1. Grayscale: #ABABAB. Windows color (decimal): -9447330 or 6215791. OLE color: 6215791.
HSL color Cylindrical-coordinate representation of color #6FD85E: hue angle of 111.64º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD85E is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 94 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.15 |
| HSL | 111.64º | 0.61% | 0.61% | - |
| HSV(B) | 111.64º | 0.56% | 0.85% | - |
| XYZ | 33.13 | 53.3 | 19.13 | - |
| YUV | 170.7 | 84.71 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 94 | 0.49 | 0 | 0.56 | 0.15 | 111.64 | 0.61 | 0.61 |
| Hex | 6F | D8 | 5E | 31 | 0 | 38 | F | 70 | 3D | 3D |
| Octal | 157 | 330 | 136 | 61 | 0 | 70 | 17 | 160 | 75 | 75 |
| Binary | 1101111 | 11011000 | 1011110 | 110001 | 0 | 111000 | 1111 | 1110000 | 111101 | 111101 |
Color Harmonies of #6FD85E
Complementary color
Monochromatic Colors of #6FD85E
Black with #6FD85E
Text Example
Text Example
White with #6FD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD85E; }
p { color: rgb(111,216,94); }
H1.HeaderClassName
{
color: #6FD85E;
}
.AnyTagClassName
{
color: #6FD85E;
}
</style>
background-color css
<style>
a { background-color: #6FD85E; }
a { background-color: rgb(111,216,94); }
div.DivClassName
{
background-color: #6FD85E;
}
.BgClassName
{
background-color: #6FD85E;
}
</style>
border-color css
<style>
span { border-color: #6FD85E; }
span { border-color: rgb(111,216,94); }
td.TdClassName
{
border-color: #6FD85E;
}
.TagClassName
{
border-color: #6FD85E;
}
</style>