Shades of Light Green #6BFC9C
Tints of Light Green #6BFC9C
RGB
CMYK
RGB Variations
Color information
#6BFC9C (or 0x6BFC9C) is known color: Light Green. HEX triplet: 6B, FC and 9C. RGB value is (107,252,156). Sum of RGB (Red+Green+Blue) = 107+252+156=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFC9C is #940363. Grayscale: #C5C5C5. Windows color (decimal): -9700196 or 10288235. OLE color: 10288235.
HSL color Cylindrical-coordinate representation of color #6BFC9C: hue angle of 140.28º 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 #6BFC9C is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 156 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.01 |
| HSL | 140.28º | 0.96% | 0.7% | - |
| HSV(B) | 140.28º | 0.58% | 0.99% | - |
| XYZ | 46.87 | 75.15 | 43.49 | - |
| YUV | 197.7 | 104.46 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 156 | 0.58 | 0 | 0.38 | 0.01 | 140.28 | 0.96 | 0.7 |
| Hex | 6B | FC | 9C | 3A | 0 | 26 | 1 | 8C | 60 | 46 |
| Octal | 153 | 374 | 234 | 72 | 0 | 46 | 1 | 214 | 140 | 106 |
| Binary | 1101011 | 11111100 | 10011100 | 111010 | 0 | 100110 | 1 | 10001100 | 1100000 | 1000110 |
Color Harmonies of #6BFC9C
Complementary color
Monochromatic Colors of #6BFC9C
Black with #6BFC9C
Text Example
Text Example
White with #6BFC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC9C; }
p { color: rgb(107,252,156); }
H1.HeaderClassName
{
color: #6BFC9C;
}
.AnyTagClassName
{
color: #6BFC9C;
}
</style>
background-color css
<style>
a { background-color: #6BFC9C; }
a { background-color: rgb(107,252,156); }
div.DivClassName
{
background-color: #6BFC9C;
}
.BgClassName
{
background-color: #6BFC9C;
}
</style>
border-color css
<style>
span { border-color: #6BFC9C; }
span { border-color: rgb(107,252,156); }
td.TdClassName
{
border-color: #6BFC9C;
}
.TagClassName
{
border-color: #6BFC9C;
}
</style>