Shades of Light Green #6CF095
Tints of Light Green #6CF095
RGB
CMYK
RGB Variations
Color information
#6CF095 (or 0x6CF095) is known color: Light Green. HEX triplet: 6C, F0 and 95. RGB value is (108,240,149). Sum of RGB (Red+Green+Blue) = 108+240+149=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF095 is #930F6A. Grayscale: #BEBEBE. Windows color (decimal): -9637739 or 9826412. OLE color: 9826412.
HSL color Cylindrical-coordinate representation of color #6CF095: hue angle of 138.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF095 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 149 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.06 |
| HSL | 138.64º | 0.81% | 0.68% | - |
| HSV(B) | 138.64º | 0.55% | 0.94% | - |
| XYZ | 42.77 | 67.68 | 39.24 | - |
| YUV | 190.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 149 | 0.55 | 0 | 0.38 | 0.06 | 138.64 | 0.81 | 0.68 |
| Hex | 6C | F0 | 95 | 37 | 0 | 26 | 6 | 8B | 51 | 44 |
| Octal | 154 | 360 | 225 | 67 | 0 | 46 | 6 | 213 | 121 | 104 |
| Binary | 1101100 | 11110000 | 10010101 | 110111 | 0 | 100110 | 110 | 10001011 | 1010001 | 1000100 |
Color Harmonies of #6CF095
Complementary color
Monochromatic Colors of #6CF095
Black with #6CF095
Text Example
Text Example
White with #6CF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF095; }
p { color: rgb(108,240,149); }
H1.HeaderClassName
{
color: #6CF095;
}
.AnyTagClassName
{
color: #6CF095;
}
</style>
background-color css
<style>
a { background-color: #6CF095; }
a { background-color: rgb(108,240,149); }
div.DivClassName
{
background-color: #6CF095;
}
.BgClassName
{
background-color: #6CF095;
}
</style>
border-color css
<style>
span { border-color: #6CF095; }
span { border-color: rgb(108,240,149); }
td.TdClassName
{
border-color: #6CF095;
}
.TagClassName
{
border-color: #6CF095;
}
</style>