Shades of Bright Green #6BFF0D
Tints of Bright Green #6BFF0D
RGB
CMYK
RGB Variations
Color information
#6BFF0D (or 0x6BFF0D) is known color: Bright Green. HEX triplet: 6B, FF and 0D. RGB value is (107,255,13). Sum of RGB (Red+Green+Blue) = 107+255+13=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BFF0D is #9400F2. Grayscale: #B7B7B7. Windows color (decimal): -9699571 or 917355. OLE color: 917355.
HSL color Cylindrical-coordinate representation of color #6BFF0D: hue angle of 96.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BFF0D is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 255 | 13 | - |
| CMYK | 0.58 | 0 | 0.95 | 0 |
| HSL | 96.69º | 1% | 0.53% | - |
| HSV(B) | 96.69º | 0.95% | 1% | - |
| XYZ | 41.9 | 74.67 | 12.59 | - |
| YUV | 183.16 | 31.97 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 255 | 13 | 0.58 | 0 | 0.95 | 0 | 96.69 | 1 | 0.53 |
| Hex | 6B | FF | D | 3A | 0 | 5F | 0 | 61 | 64 | 35 |
| Octal | 153 | 377 | 15 | 72 | 0 | 137 | 0 | 141 | 144 | 65 |
| Binary | 1101011 | 11111111 | 1101 | 111010 | 0 | 1011111 | 0 | 1100001 | 1100100 | 110101 |
Color Harmonies of #6BFF0D
Complementary color
Monochromatic Colors of #6BFF0D
Black with #6BFF0D
Text Example
Text Example
White with #6BFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFF0D; }
p { color: rgb(107,255,13); }
H1.HeaderClassName
{
color: #6BFF0D;
}
.AnyTagClassName
{
color: #6BFF0D;
}
</style>
background-color css
<style>
a { background-color: #6BFF0D; }
a { background-color: rgb(107,255,13); }
div.DivClassName
{
background-color: #6BFF0D;
}
.BgClassName
{
background-color: #6BFF0D;
}
</style>
border-color css
<style>
span { border-color: #6BFF0D; }
span { border-color: rgb(107,255,13); }
td.TdClassName
{
border-color: #6BFF0D;
}
.TagClassName
{
border-color: #6BFF0D;
}
</style>