Shades of Light Green #6BF294
Tints of Light Green #6BF294
RGB
CMYK
RGB Variations
Color information
#6BF294 (or 0x6BF294) is known color: Light Green. HEX triplet: 6B, F2 and 94. RGB value is (107,242,148). Sum of RGB (Red+Green+Blue) = 107+242+148=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF294 is #940D6B. Grayscale: #BFBFBF. Windows color (decimal): -9702764 or 9761387. OLE color: 9761387.
HSL color Cylindrical-coordinate representation of color #6BF294: hue angle of 138.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF294 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 148 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.05 |
| HSL | 138.22º | 0.84% | 0.68% | - |
| HSV(B) | 138.22º | 0.56% | 0.95% | - |
| XYZ | 43.16 | 68.77 | 39.02 | - |
| YUV | 190.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 148 | 0.56 | 0 | 0.39 | 0.05 | 138.22 | 0.84 | 0.68 |
| Hex | 6B | F2 | 94 | 38 | 0 | 27 | 5 | 8A | 54 | 44 |
| Octal | 153 | 362 | 224 | 70 | 0 | 47 | 5 | 212 | 124 | 104 |
| Binary | 1101011 | 11110010 | 10010100 | 111000 | 0 | 100111 | 101 | 10001010 | 1010100 | 1000100 |
Color Harmonies of #6BF294
Complementary color
Monochromatic Colors of #6BF294
Black with #6BF294
Text Example
Text Example
White with #6BF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF294; }
p { color: rgb(107,242,148); }
H1.HeaderClassName
{
color: #6BF294;
}
.AnyTagClassName
{
color: #6BF294;
}
</style>
background-color css
<style>
a { background-color: #6BF294; }
a { background-color: rgb(107,242,148); }
div.DivClassName
{
background-color: #6BF294;
}
.BgClassName
{
background-color: #6BF294;
}
</style>
border-color css
<style>
span { border-color: #6BF294; }
span { border-color: rgb(107,242,148); }
td.TdClassName
{
border-color: #6BF294;
}
.TagClassName
{
border-color: #6BF294;
}
</style>