Shades of Bright Green #6BF215
Tints of Bright Green #6BF215
RGB
CMYK
RGB Variations
Color information
#6BF215 (or 0x6BF215) is known color: Bright Green. HEX triplet: 6B, F2 and 15. RGB value is (107,242,21). Sum of RGB (Red+Green+Blue) = 107+242+21=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #6BF215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BF215 is #940DEA. Grayscale: #B1B1B1. Windows color (decimal): -9702891 or 1438315. OLE color: 1438315.
HSL color Cylindrical-coordinate representation of color #6BF215: hue angle of 96.65º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BF215 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 242 | 21 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.05 |
| HSL | 96.65º | 0.89% | 0.52% | - |
| HSV(B) | 96.65º | 0.91% | 0.95% | - |
| XYZ | 37.95 | 66.68 | 11.58 | - |
| YUV | 176.44 | 40.27 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 242 | 21 | 0.56 | 0 | 0.91 | 0.05 | 96.65 | 0.89 | 0.52 |
| Hex | 6B | F2 | 15 | 38 | 0 | 5B | 5 | 61 | 59 | 34 |
| Octal | 153 | 362 | 25 | 70 | 0 | 133 | 5 | 141 | 131 | 64 |
| Binary | 1101011 | 11110010 | 10101 | 111000 | 0 | 1011011 | 101 | 1100001 | 1011001 | 110100 |
Color Harmonies of #6BF215
Complementary color
Monochromatic Colors of #6BF215
Black with #6BF215
Text Example
Text Example
White with #6BF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF215; }
p { color: rgb(107,242,21); }
H1.HeaderClassName
{
color: #6BF215;
}
.AnyTagClassName
{
color: #6BF215;
}
</style>
background-color css
<style>
a { background-color: #6BF215; }
a { background-color: rgb(107,242,21); }
div.DivClassName
{
background-color: #6BF215;
}
.BgClassName
{
background-color: #6BF215;
}
</style>
border-color css
<style>
span { border-color: #6BF215; }
span { border-color: rgb(107,242,21); }
td.TdClassName
{
border-color: #6BF215;
}
.TagClassName
{
border-color: #6BF215;
}
</style>