Shades of Bright Green #6BF10D
Tints of Bright Green #6BF10D
RGB
CMYK
RGB Variations
Color information
#6BF10D (or 0x6BF10D) is known color: Bright Green. HEX triplet: 6B, F1 and 0D. RGB value is (107,241,13). Sum of RGB (Red+Green+Blue) = 107+241+13=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF10D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF10D is #940EF2. Grayscale: #AFAFAF. Windows color (decimal): -9703155 or 913771. OLE color: 913771.
HSL color Cylindrical-coordinate representation of color #6BF10D: hue angle of 95.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BF10D is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 13 | - |
| CMYK | 0.56 | 0 | 0.95 | 0.05 |
| HSL | 95.26º | 0.9% | 0.5% | - |
| HSV(B) | 95.26º | 0.95% | 0.95% | - |
| XYZ | 37.59 | 66.07 | 11.15 | - |
| YUV | 174.94 | 36.61 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 13 | 0.56 | 0 | 0.95 | 0.05 | 95.26 | 0.9 | 0.5 |
| Hex | 6B | F1 | D | 38 | 0 | 5F | 5 | 5F | 5A | 32 |
| Octal | 153 | 361 | 15 | 70 | 0 | 137 | 5 | 137 | 132 | 62 |
| Binary | 1101011 | 11110001 | 1101 | 111000 | 0 | 1011111 | 101 | 1011111 | 1011010 | 110010 |
Color Harmonies of #6BF10D
Complementary color
Monochromatic Colors of #6BF10D
Black with #6BF10D
Text Example
Text Example
White with #6BF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF10D; }
p { color: rgb(107,241,13); }
H1.HeaderClassName
{
color: #6BF10D;
}
.AnyTagClassName
{
color: #6BF10D;
}
</style>
background-color css
<style>
a { background-color: #6BF10D; }
a { background-color: rgb(107,241,13); }
div.DivClassName
{
background-color: #6BF10D;
}
.BgClassName
{
background-color: #6BF10D;
}
</style>
border-color css
<style>
span { border-color: #6BF10D; }
span { border-color: rgb(107,241,13); }
td.TdClassName
{
border-color: #6BF10D;
}
.TagClassName
{
border-color: #6BF10D;
}
</style>