Shades of Bright Green #6FF502
Tints of Bright Green #6FF502
RGB
CMYK
RGB Variations
Color information
#6FF502 (or 0x6FF502) is known color: Bright Green. HEX triplet: 6F, F5 and 02. RGB value is (111,245,2). Sum of RGB (Red+Green+Blue) = 111+245+2=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 245 (96.09% from 255 or 68.44% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 245 - color contains mainly: green. Hex color #6FF502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF502 is #900AFD. Grayscale: #B2B2B2. Windows color (decimal): -9439998 or 193903. OLE color: 193903.
HSL color Cylindrical-coordinate representation of color #6FF502: hue angle of 93.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6FF502 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 111 | 245 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.04 |
| HSL | 93.09º | 0.98% | 0.48% | - |
| HSV(B) | 93.09º | 0.99% | 0.96% | - |
| XYZ | 39.22 | 68.69 | 11.25 | - |
| YUV | 177.23 | 29.11 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 245 | 2 | 0.55 | 0 | 0.99 | 0.04 | 93.09 | 0.98 | 0.48 |
| Hex | 6F | F5 | 2 | 37 | 0 | 63 | 4 | 5D | 62 | 30 |
| Octal | 157 | 365 | 2 | 67 | 0 | 143 | 4 | 135 | 142 | 60 |
| Binary | 1101111 | 11110101 | 10 | 110111 | 0 | 1100011 | 100 | 1011101 | 1100010 | 110000 |
Color Harmonies of #6FF502
Complementary color
Monochromatic Colors of #6FF502
Black with #6FF502
Text Example
Text Example
White with #6FF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF502; }
p { color: rgb(111,245,2); }
H1.HeaderClassName
{
color: #6FF502;
}
.AnyTagClassName
{
color: #6FF502;
}
</style>
background-color css
<style>
a { background-color: #6FF502; }
a { background-color: rgb(111,245,2); }
div.DivClassName
{
background-color: #6FF502;
}
.BgClassName
{
background-color: #6FF502;
}
</style>
border-color css
<style>
span { border-color: #6FF502; }
span { border-color: rgb(111,245,2); }
td.TdClassName
{
border-color: #6FF502;
}
.TagClassName
{
border-color: #6FF502;
}
</style>