Shades of Bright Green #6BFA0B
Tints of Bright Green #6BFA0B
RGB
CMYK
RGB Variations
Color information
#6BFA0B (or 0x6BFA0B) is known color: Bright Green. HEX triplet: 6B, FA and 0B. RGB value is (107,250,11). Sum of RGB (Red+Green+Blue) = 107+250+11=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 250 (98.05% from 255 or 67.93% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFA0B is #9405F4. Grayscale: #B4B4B4. Windows color (decimal): -9700853 or 785003. OLE color: 785003.
HSL color Cylindrical-coordinate representation of color #6BFA0B: hue angle of 95.9º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6BFA0B is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 11 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.02 |
| HSL | 95.9º | 0.96% | 0.51% | - |
| HSV(B) | 95.9º | 0.96% | 0.98% | - |
| XYZ | 40.31 | 71.52 | 12 | - |
| YUV | 180 | 32.62 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 11 | 0.57 | 0 | 0.96 | 0.02 | 95.9 | 0.96 | 0.51 |
| Hex | 6B | FA | B | 39 | 0 | 60 | 2 | 60 | 60 | 33 |
| Octal | 153 | 372 | 13 | 71 | 0 | 140 | 2 | 140 | 140 | 63 |
| Binary | 1101011 | 11111010 | 1011 | 111001 | 0 | 1100000 | 10 | 1100000 | 1100000 | 110011 |
Color Harmonies of #6BFA0B
Complementary color
Monochromatic Colors of #6BFA0B
Black with #6BFA0B
Text Example
Text Example
White with #6BFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFA0B; }
p { color: rgb(107,250,11); }
H1.HeaderClassName
{
color: #6BFA0B;
}
.AnyTagClassName
{
color: #6BFA0B;
}
</style>
background-color css
<style>
a { background-color: #6BFA0B; }
a { background-color: rgb(107,250,11); }
div.DivClassName
{
background-color: #6BFA0B;
}
.BgClassName
{
background-color: #6BFA0B;
}
</style>
border-color css
<style>
span { border-color: #6BFA0B; }
span { border-color: rgb(107,250,11); }
td.TdClassName
{
border-color: #6BFA0B;
}
.TagClassName
{
border-color: #6BFA0B;
}
</style>