Shades of Light Green #6BFA9A
Tints of Light Green #6BFA9A
RGB
CMYK
RGB Variations
Color information
#6BFA9A (or 0x6BFA9A) is known color: Light Green. HEX triplet: 6B, FA and 9A. RGB value is (107,250,154). Sum of RGB (Red+Green+Blue) = 107+250+154=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFA9A is #940565. Grayscale: #C4C4C4. Windows color (decimal): -9700710 or 10156651. OLE color: 10156651.
HSL color Cylindrical-coordinate representation of color #6BFA9A: hue angle of 139.72º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFA9A is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 154 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.02 |
| HSL | 139.72º | 0.93% | 0.7% | - |
| HSV(B) | 139.72º | 0.57% | 0.98% | - |
| XYZ | 46.08 | 73.83 | 42.39 | - |
| YUV | 196.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 154 | 0.57 | 0 | 0.38 | 0.02 | 139.72 | 0.93 | 0.7 |
| Hex | 6B | FA | 9A | 39 | 0 | 26 | 2 | 8C | 5D | 46 |
| Octal | 153 | 372 | 232 | 71 | 0 | 46 | 2 | 214 | 135 | 106 |
| Binary | 1101011 | 11111010 | 10011010 | 111001 | 0 | 100110 | 10 | 10001100 | 1011101 | 1000110 |
Color Harmonies of #6BFA9A
Complementary color
Monochromatic Colors of #6BFA9A
Black with #6BFA9A
Text Example
Text Example
White with #6BFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFA9A; }
p { color: rgb(107,250,154); }
H1.HeaderClassName
{
color: #6BFA9A;
}
.AnyTagClassName
{
color: #6BFA9A;
}
</style>
background-color css
<style>
a { background-color: #6BFA9A; }
a { background-color: rgb(107,250,154); }
div.DivClassName
{
background-color: #6BFA9A;
}
.BgClassName
{
background-color: #6BFA9A;
}
</style>
border-color css
<style>
span { border-color: #6BFA9A; }
span { border-color: rgb(107,250,154); }
td.TdClassName
{
border-color: #6BFA9A;
}
.TagClassName
{
border-color: #6BFA9A;
}
</style>