Shades of Bright Green #6BFF1A
Tints of Bright Green #6BFF1A
RGB
CMYK
RGB Variations
Color information
#6BFF1A (or 0x6BFF1A) is known color: Bright Green. HEX triplet: 6B, FF and 1A. RGB value is (107,255,26). Sum of RGB (Red+Green+Blue) = 107+255+26=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFF1A is #9400E5. Grayscale: #B9B9B9. Windows color (decimal): -9699558 or 1769323. OLE color: 1769323.
HSL color Cylindrical-coordinate representation of color #6BFF1A: hue angle of 98.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BFF1A is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 26 | - |
| CMYK | 0.58 | 0 | 0.90 | 0 |
| HSL | 98.78º | 1% | 0.55% | - |
| HSV(B) | 98.78º | 0.9% | 1% | - |
| XYZ | 42.01 | 74.72 | 13.19 | - |
| YUV | 184.64 | 38.47 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 26 | 0.58 | 0 | 0.90 | 0 | 98.78 | 1 | 0.55 |
| Hex | 6B | FF | 1A | 3A | 0 | 5A | 0 | 63 | 64 | 37 |
| Octal | 153 | 377 | 32 | 72 | 0 | 132 | 0 | 143 | 144 | 67 |
| Binary | 1101011 | 11111111 | 11010 | 111010 | 0 | 1011010 | 0 | 1100011 | 1100100 | 110111 |
Color Harmonies of #6BFF1A
Complementary color
Monochromatic Colors of #6BFF1A
Black with #6BFF1A
Text Example
Text Example
White with #6BFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF1A; }
p { color: rgb(107,255,26); }
H1.HeaderClassName
{
color: #6BFF1A;
}
.AnyTagClassName
{
color: #6BFF1A;
}
</style>
background-color css
<style>
a { background-color: #6BFF1A; }
a { background-color: rgb(107,255,26); }
div.DivClassName
{
background-color: #6BFF1A;
}
.BgClassName
{
background-color: #6BFF1A;
}
</style>
border-color css
<style>
span { border-color: #6BFF1A; }
span { border-color: rgb(107,255,26); }
td.TdClassName
{
border-color: #6BFF1A;
}
.TagClassName
{
border-color: #6BFF1A;
}
</style>