Shades of Bright Green #6BF205
Tints of Bright Green #6BF205
RGB
CMYK
RGB Variations
Color information
#6BF205 (or 0x6BF205) is known color: Bright Green. HEX triplet: 6B, F2 and 05. RGB value is (107,242,5). Sum of RGB (Red+Green+Blue) = 107+242+5=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF205 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF205 is #940DFA. Grayscale: #AFAFAF. Windows color (decimal): -9702907 or 389739. OLE color: 389739.
HSL color Cylindrical-coordinate representation of color #6BF205: hue angle of 94.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6BF205 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 5 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.05 |
| HSL | 94.18º | 0.96% | 0.48% | - |
| HSV(B) | 94.18º | 0.98% | 0.95% | - |
| XYZ | 37.84 | 66.64 | 11.01 | - |
| YUV | 174.62 | 32.27 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 5 | 0.56 | 0 | 0.98 | 0.05 | 94.18 | 0.96 | 0.48 |
| Hex | 6B | F2 | 5 | 38 | 0 | 62 | 5 | 5E | 60 | 30 |
| Octal | 153 | 362 | 5 | 70 | 0 | 142 | 5 | 136 | 140 | 60 |
| Binary | 1101011 | 11110010 | 101 | 111000 | 0 | 1100010 | 101 | 1011110 | 1100000 | 110000 |
Color Harmonies of #6BF205
Complementary color
Monochromatic Colors of #6BF205
Black with #6BF205
Text Example
Text Example
White with #6BF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF205; }
p { color: rgb(107,242,5); }
H1.HeaderClassName
{
color: #6BF205;
}
.AnyTagClassName
{
color: #6BF205;
}
</style>
background-color css
<style>
a { background-color: #6BF205; }
a { background-color: rgb(107,242,5); }
div.DivClassName
{
background-color: #6BF205;
}
.BgClassName
{
background-color: #6BF205;
}
</style>
border-color css
<style>
span { border-color: #6BF205; }
span { border-color: rgb(107,242,5); }
td.TdClassName
{
border-color: #6BF205;
}
.TagClassName
{
border-color: #6BF205;
}
</style>