Shades of Pastel Green #6FD65E
Tints of Pastel Green #6FD65E
RGB
CMYK
RGB Variations
Color information
#6FD65E (or 0x6FD65E) is known color: Pastel Green. HEX triplet: 6F, D6 and 5E. RGB value is (111,214,94). Sum of RGB (Red+Green+Blue) = 111+214+94=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #6FD65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD65E is #9029A1. Grayscale: #A9A9A9. Windows color (decimal): -9447842 or 6215279. OLE color: 6215279.
HSL color Cylindrical-coordinate representation of color #6FD65E: hue angle of 111.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD65E is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 214 | 94 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.16 |
| HSL | 111.5º | 0.59% | 0.6% | - |
| HSV(B) | 111.5º | 0.56% | 0.84% | - |
| XYZ | 32.62 | 52.28 | 18.96 | - |
| YUV | 169.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 94 | 0.48 | 0 | 0.56 | 0.16 | 111.5 | 0.59 | 0.6 |
| Hex | 6F | D6 | 5E | 30 | 0 | 38 | 10 | 70 | 3B | 3C |
| Octal | 157 | 326 | 136 | 60 | 0 | 70 | 20 | 160 | 73 | 74 |
| Binary | 1101111 | 11010110 | 1011110 | 110000 | 0 | 111000 | 10000 | 1110000 | 111011 | 111100 |
Color Harmonies of #6FD65E
Complementary color
Monochromatic Colors of #6FD65E
Black with #6FD65E
Text Example
Text Example
White with #6FD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD65E; }
p { color: rgb(111,214,94); }
H1.HeaderClassName
{
color: #6FD65E;
}
.AnyTagClassName
{
color: #6FD65E;
}
</style>
background-color css
<style>
a { background-color: #6FD65E; }
a { background-color: rgb(111,214,94); }
div.DivClassName
{
background-color: #6FD65E;
}
.BgClassName
{
background-color: #6FD65E;
}
</style>
border-color css
<style>
span { border-color: #6FD65E; }
span { border-color: rgb(111,214,94); }
td.TdClassName
{
border-color: #6FD65E;
}
.TagClassName
{
border-color: #6FD65E;
}
</style>