Shades of Bright Green #6BFA14
Tints of Bright Green #6BFA14
RGB
CMYK
RGB Variations
Color information
#6BFA14 (or 0x6BFA14) is known color: Bright Green. HEX triplet: 6B, FA and 14. RGB value is (107,250,20). Sum of RGB (Red+Green+Blue) = 107+250+20=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFA14 is #9405EB. Grayscale: #B5B5B5. Windows color (decimal): -9700844 or 1374827. OLE color: 1374827.
HSL color Cylindrical-coordinate representation of color #6BFA14: hue angle of 97.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BFA14 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 250 | 20 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.02 |
| HSL | 97.3º | 0.96% | 0.53% | - |
| HSV(B) | 97.3º | 0.92% | 0.98% | - |
| XYZ | 40.38 | 71.55 | 12.34 | - |
| YUV | 181.02 | 37.12 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 250 | 20 | 0.57 | 0 | 0.92 | 0.02 | 97.3 | 0.96 | 0.53 |
| Hex | 6B | FA | 14 | 39 | 0 | 5C | 2 | 61 | 60 | 35 |
| Octal | 153 | 372 | 24 | 71 | 0 | 134 | 2 | 141 | 140 | 65 |
| Binary | 1101011 | 11111010 | 10100 | 111001 | 0 | 1011100 | 10 | 1100001 | 1100000 | 110101 |
Color Harmonies of #6BFA14
Complementary color
Monochromatic Colors of #6BFA14
Black with #6BFA14
Text Example
Text Example
White with #6BFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFA14; }
p { color: rgb(107,250,20); }
H1.HeaderClassName
{
color: #6BFA14;
}
.AnyTagClassName
{
color: #6BFA14;
}
</style>
background-color css
<style>
a { background-color: #6BFA14; }
a { background-color: rgb(107,250,20); }
div.DivClassName
{
background-color: #6BFA14;
}
.BgClassName
{
background-color: #6BFA14;
}
</style>
border-color css
<style>
span { border-color: #6BFA14; }
span { border-color: rgb(107,250,20); }
td.TdClassName
{
border-color: #6BFA14;
}
.TagClassName
{
border-color: #6BFA14;
}
</style>