Shades of Bright Green #6BF320
Tints of Bright Green #6BF320
RGB
CMYK
RGB Variations
Color information
#6BF320 (or 0x6BF320) is known color: Bright Green. HEX triplet: 6B, F3 and 20. RGB value is (107,243,32). Sum of RGB (Red+Green+Blue) = 107+243+32=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF320 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BF320 is #940CDF. Grayscale: #B2B2B2. Windows color (decimal): -9702624 or 2159467. OLE color: 2159467.
HSL color Cylindrical-coordinate representation of color #6BF320: hue angle of 98.67º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BF320 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 243 | 32 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.05 |
| HSL | 98.67º | 0.9% | 0.54% | - |
| HSV(B) | 98.67º | 0.87% | 0.95% | - |
| XYZ | 38.37 | 67.33 | 12.34 | - |
| YUV | 178.28 | 45.44 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 243 | 32 | 0.56 | 0 | 0.87 | 0.05 | 98.67 | 0.9 | 0.54 |
| Hex | 6B | F3 | 20 | 38 | 0 | 57 | 5 | 63 | 5A | 36 |
| Octal | 153 | 363 | 40 | 70 | 0 | 127 | 5 | 143 | 132 | 66 |
| Binary | 1101011 | 11110011 | 100000 | 111000 | 0 | 1010111 | 101 | 1100011 | 1011010 | 110110 |
Color Harmonies of #6BF320
Complementary color
Monochromatic Colors of #6BF320
Black with #6BF320
Text Example
Text Example
White with #6BF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF320; }
p { color: rgb(107,243,32); }
H1.HeaderClassName
{
color: #6BF320;
}
.AnyTagClassName
{
color: #6BF320;
}
</style>
background-color css
<style>
a { background-color: #6BF320; }
a { background-color: rgb(107,243,32); }
div.DivClassName
{
background-color: #6BF320;
}
.BgClassName
{
background-color: #6BF320;
}
</style>
border-color css
<style>
span { border-color: #6BF320; }
span { border-color: rgb(107,243,32); }
td.TdClassName
{
border-color: #6BF320;
}
.TagClassName
{
border-color: #6BF320;
}
</style>