Shades of Bright Green #6FF013
Tints of Bright Green #6FF013
RGB
CMYK
RGB Variations
Color information
#6FF013 (or 0x6FF013) is known color: Bright Green. HEX triplet: 6F, F0 and 13. RGB value is (111,240,19). Sum of RGB (Red+Green+Blue) = 111+240+19=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF013 is #900FEC. Grayscale: #B0B0B0. Windows color (decimal): -9441261 or 1306735. OLE color: 1306735.
HSL color Cylindrical-coordinate representation of color #6FF013: hue angle of 95.02º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FF013 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 19 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.06 |
| HSL | 95.02º | 0.88% | 0.51% | - |
| HSV(B) | 95.02º | 0.92% | 0.94% | - |
| XYZ | 37.83 | 65.75 | 11.31 | - |
| YUV | 176.24 | 39.26 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 19 | 0.54 | 0 | 0.92 | 0.06 | 95.02 | 0.88 | 0.51 |
| Hex | 6F | F0 | 13 | 36 | 0 | 5C | 6 | 5F | 58 | 33 |
| Octal | 157 | 360 | 23 | 66 | 0 | 134 | 6 | 137 | 130 | 63 |
| Binary | 1101111 | 11110000 | 10011 | 110110 | 0 | 1011100 | 110 | 1011111 | 1011000 | 110011 |
Color Harmonies of #6FF013
Complementary color
Monochromatic Colors of #6FF013
Black with #6FF013
Text Example
Text Example
White with #6FF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF013; }
p { color: rgb(111,240,19); }
H1.HeaderClassName
{
color: #6FF013;
}
.AnyTagClassName
{
color: #6FF013;
}
</style>
background-color css
<style>
a { background-color: #6FF013; }
a { background-color: rgb(111,240,19); }
div.DivClassName
{
background-color: #6FF013;
}
.BgClassName
{
background-color: #6FF013;
}
</style>
border-color css
<style>
span { border-color: #6FF013; }
span { border-color: rgb(111,240,19); }
td.TdClassName
{
border-color: #6FF013;
}
.TagClassName
{
border-color: #6FF013;
}
</style>