Shades of Bright Green #6BF30F
Tints of Bright Green #6BF30F
RGB
CMYK
RGB Variations
Color information
#6BF30F (or 0x6BF30F) is known color: Bright Green. HEX triplet: 6B, F3 and 0F. RGB value is (107,243,15). Sum of RGB (Red+Green+Blue) = 107+243+15=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 243 (95.31% from 255 or 66.58% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 243 - color contains mainly: green. Hex color #6BF30F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF30F is #940CF0. Grayscale: #B1B1B1. Windows color (decimal): -9702641 or 1045355. OLE color: 1045355.
HSL color Cylindrical-coordinate representation of color #6BF30F: hue angle of 95.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BF30F is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 243 | 15 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.05 |
| HSL | 95.79º | 0.9% | 0.51% | - |
| HSV(B) | 95.79º | 0.94% | 0.95% | - |
| XYZ | 38.2 | 67.26 | 11.42 | - |
| YUV | 176.34 | 36.94 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 243 | 15 | 0.56 | 0 | 0.94 | 0.05 | 95.79 | 0.9 | 0.51 |
| Hex | 6B | F3 | F | 38 | 0 | 5E | 5 | 60 | 5A | 33 |
| Octal | 153 | 363 | 17 | 70 | 0 | 136 | 5 | 140 | 132 | 63 |
| Binary | 1101011 | 11110011 | 1111 | 111000 | 0 | 1011110 | 101 | 1100000 | 1011010 | 110011 |
Color Harmonies of #6BF30F
Complementary color
Monochromatic Colors of #6BF30F
Black with #6BF30F
Text Example
Text Example
White with #6BF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF30F; }
p { color: rgb(107,243,15); }
H1.HeaderClassName
{
color: #6BF30F;
}
.AnyTagClassName
{
color: #6BF30F;
}
</style>
background-color css
<style>
a { background-color: #6BF30F; }
a { background-color: rgb(107,243,15); }
div.DivClassName
{
background-color: #6BF30F;
}
.BgClassName
{
background-color: #6BF30F;
}
</style>
border-color css
<style>
span { border-color: #6BF30F; }
span { border-color: rgb(107,243,15); }
td.TdClassName
{
border-color: #6BF30F;
}
.TagClassName
{
border-color: #6BF30F;
}
</style>