Shades of Light Green #6FF295
Tints of Light Green #6FF295
RGB
CMYK
RGB Variations
Color information
#6FF295 (or 0x6FF295) is known color: Light Green. HEX triplet: 6F, F2 and 95. RGB value is (111,242,149). Sum of RGB (Red+Green+Blue) = 111+242+149=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FF295 is #900D6A. Grayscale: #C0C0C0. Windows color (decimal): -9440619 or 9826927. OLE color: 9826927.
HSL color Cylindrical-coordinate representation of color #6FF295: hue angle of 137.4º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF295 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 149 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.05 |
| HSL | 137.4º | 0.83% | 0.69% | - |
| HSV(B) | 137.4º | 0.54% | 0.95% | - |
| XYZ | 43.73 | 69.05 | 39.46 | - |
| YUV | 192.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 149 | 0.54 | 0 | 0.38 | 0.05 | 137.4 | 0.83 | 0.69 |
| Hex | 6F | F2 | 95 | 36 | 0 | 26 | 5 | 89 | 53 | 45 |
| Octal | 157 | 362 | 225 | 66 | 0 | 46 | 5 | 211 | 123 | 105 |
| Binary | 1101111 | 11110010 | 10010101 | 110110 | 0 | 100110 | 101 | 10001001 | 1010011 | 1000101 |
Color Harmonies of #6FF295
Complementary color
Monochromatic Colors of #6FF295
Black with #6FF295
Text Example
Text Example
White with #6FF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF295; }
p { color: rgb(111,242,149); }
H1.HeaderClassName
{
color: #6FF295;
}
.AnyTagClassName
{
color: #6FF295;
}
</style>
background-color css
<style>
a { background-color: #6FF295; }
a { background-color: rgb(111,242,149); }
div.DivClassName
{
background-color: #6FF295;
}
.BgClassName
{
background-color: #6FF295;
}
</style>
border-color css
<style>
span { border-color: #6FF295; }
span { border-color: rgb(111,242,149); }
td.TdClassName
{
border-color: #6FF295;
}
.TagClassName
{
border-color: #6FF295;
}
</style>