Shades of Bright Green #6BFC31
Tints of Bright Green #6BFC31
RGB
CMYK
RGB Variations
Color information
#6BFC31 (or 0x6BFC31) is known color: Bright Green. HEX triplet: 6B, FC and 31. RGB value is (107,252,49). Sum of RGB (Red+Green+Blue) = 107+252+49=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 252 (98.83% from 255 or 61.76% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFC31 is #9403CE. Grayscale: #BABABA. Windows color (decimal): -9700303 or 3275883. OLE color: 3275883.
HSL color Cylindrical-coordinate representation of color #6BFC31: hue angle of 102.86º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BFC31 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 252 | 49 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.01 |
| HSL | 102.86º | 0.97% | 0.59% | - |
| HSV(B) | 102.86º | 0.81% | 0.99% | - |
| XYZ | 41.43 | 72.97 | 14.81 | - |
| YUV | 185.5 | 50.96 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 252 | 49 | 0.58 | 0 | 0.81 | 0.01 | 102.86 | 0.97 | 0.59 |
| Hex | 6B | FC | 31 | 3A | 0 | 51 | 1 | 67 | 61 | 3B |
| Octal | 153 | 374 | 61 | 72 | 0 | 121 | 1 | 147 | 141 | 73 |
| Binary | 1101011 | 11111100 | 110001 | 111010 | 0 | 1010001 | 1 | 1100111 | 1100001 | 111011 |
Color Harmonies of #6BFC31
Complementary color
Monochromatic Colors of #6BFC31
Black with #6BFC31
Text Example
Text Example
White with #6BFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BFC31; }
p { color: rgb(107,252,49); }
H1.HeaderClassName
{
color: #6BFC31;
}
.AnyTagClassName
{
color: #6BFC31;
}
</style>
background-color css
<style>
a { background-color: #6BFC31; }
a { background-color: rgb(107,252,49); }
div.DivClassName
{
background-color: #6BFC31;
}
.BgClassName
{
background-color: #6BFC31;
}
</style>
border-color css
<style>
span { border-color: #6BFC31; }
span { border-color: rgb(107,252,49); }
td.TdClassName
{
border-color: #6BFC31;
}
.TagClassName
{
border-color: #6BFC31;
}
</style>