Shades of Light Green #6BFCA0
Tints of Light Green #6BFCA0
RGB
CMYK
RGB Variations
Color information
#6BFCA0 (or 0x6BFCA0) is known color: Light Green. HEX triplet: 6B, FC and A0. RGB value is (107,252,160). Sum of RGB (Red+Green+Blue) = 107+252+160=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFCA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFCA0 is #94035F. Grayscale: #C6C6C6. Windows color (decimal): -9700192 or 10550379. OLE color: 10550379.
HSL color Cylindrical-coordinate representation of color #6BFCA0: hue angle of 141.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFCA0 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 160 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.01 |
| HSL | 141.93º | 0.96% | 0.7% | - |
| HSV(B) | 141.93º | 0.58% | 0.99% | - |
| XYZ | 47.22 | 75.28 | 45.3 | - |
| YUV | 198.16 | 106.46 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 160 | 0.58 | 0 | 0.37 | 0.01 | 141.93 | 0.96 | 0.7 |
| Hex | 6B | FC | A0 | 3A | 0 | 25 | 1 | 8E | 60 | 46 |
| Octal | 153 | 374 | 240 | 72 | 0 | 45 | 1 | 216 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10100000 | 111010 | 0 | 100101 | 1 | 10001110 | 1100000 | 1000110 |
Color Harmonies of #6BFCA0
Complementary color
Monochromatic Colors of #6BFCA0
Black with #6BFCA0
Text Example
Text Example
White with #6BFCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFCA0; }
p { color: rgb(107,252,160); }
H1.HeaderClassName
{
color: #6BFCA0;
}
.AnyTagClassName
{
color: #6BFCA0;
}
</style>
background-color css
<style>
a { background-color: #6BFCA0; }
a { background-color: rgb(107,252,160); }
div.DivClassName
{
background-color: #6BFCA0;
}
.BgClassName
{
background-color: #6BFCA0;
}
</style>
border-color css
<style>
span { border-color: #6BFCA0; }
span { border-color: rgb(107,252,160); }
td.TdClassName
{
border-color: #6BFCA0;
}
.TagClassName
{
border-color: #6BFCA0;
}
</style>