Shades of Bright Green #6BF510
Tints of Bright Green #6BF510
RGB
CMYK
RGB Variations
Color information
#6BF510 (or 0x6BF510) is known color: Bright Green. HEX triplet: 6B, F5 and 10. RGB value is (107,245,16). Sum of RGB (Red+Green+Blue) = 107+245+16=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 245 (96.09% from 255 or 66.58% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF510 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF510 is #940AEF. Grayscale: #B2B2B2. Windows color (decimal): -9702128 or 1111403. OLE color: 1111403.
HSL color Cylindrical-coordinate representation of color #6BF510: hue angle of 96.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BF510 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 245 | 16 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.04 |
| HSL | 96.16º | 0.92% | 0.51% | - |
| HSV(B) | 96.16º | 0.93% | 0.96% | - |
| XYZ | 38.81 | 68.47 | 11.66 | - |
| YUV | 177.63 | 36.78 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 245 | 16 | 0.56 | 0 | 0.93 | 0.04 | 96.16 | 0.92 | 0.51 |
| Hex | 6B | F5 | 10 | 38 | 0 | 5D | 4 | 60 | 5C | 33 |
| Octal | 153 | 365 | 20 | 70 | 0 | 135 | 4 | 140 | 134 | 63 |
| Binary | 1101011 | 11110101 | 10000 | 111000 | 0 | 1011101 | 100 | 1100000 | 1011100 | 110011 |
Color Harmonies of #6BF510
Complementary color
Monochromatic Colors of #6BF510
Black with #6BF510
Text Example
Text Example
White with #6BF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF510; }
p { color: rgb(107,245,16); }
H1.HeaderClassName
{
color: #6BF510;
}
.AnyTagClassName
{
color: #6BF510;
}
</style>
background-color css
<style>
a { background-color: #6BF510; }
a { background-color: rgb(107,245,16); }
div.DivClassName
{
background-color: #6BF510;
}
.BgClassName
{
background-color: #6BF510;
}
</style>
border-color css
<style>
span { border-color: #6BF510; }
span { border-color: rgb(107,245,16); }
td.TdClassName
{
border-color: #6BF510;
}
.TagClassName
{
border-color: #6BF510;
}
</style>