Shades of Light Green #6BFDA2
Tints of Light Green #6BFDA2
RGB
CMYK
RGB Variations
Color information
#6BFDA2 (or 0x6BFDA2) is known color: Light Green. HEX triplet: 6B, FD and A2. RGB value is (107,253,162). Sum of RGB (Red+Green+Blue) = 107+253+162=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #6BFDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFDA2 is #94025D. Grayscale: #C7C7C7. Windows color (decimal): -9699934 or 10681707. OLE color: 10681707.
HSL color Cylindrical-coordinate representation of color #6BFDA2: hue angle of 142.6º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFDA2 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 253 | 162 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.01 |
| HSL | 142.6º | 0.97% | 0.71% | - |
| HSV(B) | 142.6º | 0.58% | 0.99% | - |
| XYZ | 47.71 | 75.98 | 46.33 | - |
| YUV | 198.97 | 107.13 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 253 | 162 | 0.58 | 0 | 0.36 | 0.01 | 142.6 | 0.97 | 0.71 |
| Hex | 6B | FD | A2 | 3A | 0 | 24 | 1 | 8F | 61 | 47 |
| Octal | 153 | 375 | 242 | 72 | 0 | 44 | 1 | 217 | 141 | 107 |
| Binary | 1101011 | 11111101 | 10100010 | 111010 | 0 | 100100 | 1 | 10001111 | 1100001 | 1000111 |
Color Harmonies of #6BFDA2
Complementary color
Monochromatic Colors of #6BFDA2
Black with #6BFDA2
Text Example
Text Example
White with #6BFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFDA2; }
p { color: rgb(107,253,162); }
H1.HeaderClassName
{
color: #6BFDA2;
}
.AnyTagClassName
{
color: #6BFDA2;
}
</style>
background-color css
<style>
a { background-color: #6BFDA2; }
a { background-color: rgb(107,253,162); }
div.DivClassName
{
background-color: #6BFDA2;
}
.BgClassName
{
background-color: #6BFDA2;
}
</style>
border-color css
<style>
span { border-color: #6BFDA2; }
span { border-color: rgb(107,253,162); }
td.TdClassName
{
border-color: #6BFDA2;
}
.TagClassName
{
border-color: #6BFDA2;
}
</style>