Shades of Bright Green #6FF80F
Tints of Bright Green #6FF80F
RGB
CMYK
RGB Variations
Color information
#6FF80F (or 0x6FF80F) is known color: Bright Green. HEX triplet: 6F, F8 and 0F. RGB value is (111,248,15). Sum of RGB (Red+Green+Blue) = 111+248+15=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF80F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF80F is #9007F0. Grayscale: #B5B5B5. Windows color (decimal): -9439217 or 1046639. OLE color: 1046639.
HSL color Cylindrical-coordinate representation of color #6FF80F: hue angle of 95.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6FF80F is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 248 | 15 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.03 |
| HSL | 95.28º | 0.94% | 0.52% | - |
| HSV(B) | 95.28º | 0.94% | 0.97% | - |
| XYZ | 40.21 | 70.55 | 11.95 | - |
| YUV | 180.48 | 34.61 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 248 | 15 | 0.55 | 0 | 0.94 | 0.03 | 95.28 | 0.94 | 0.52 |
| Hex | 6F | F8 | F | 37 | 0 | 5E | 3 | 5F | 5E | 34 |
| Octal | 157 | 370 | 17 | 67 | 0 | 136 | 3 | 137 | 136 | 64 |
| Binary | 1101111 | 11111000 | 1111 | 110111 | 0 | 1011110 | 11 | 1011111 | 1011110 | 110100 |
Color Harmonies of #6FF80F
Complementary color
Monochromatic Colors of #6FF80F
Black with #6FF80F
Text Example
Text Example
White with #6FF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF80F; }
p { color: rgb(111,248,15); }
H1.HeaderClassName
{
color: #6FF80F;
}
.AnyTagClassName
{
color: #6FF80F;
}
</style>
background-color css
<style>
a { background-color: #6FF80F; }
a { background-color: rgb(111,248,15); }
div.DivClassName
{
background-color: #6FF80F;
}
.BgClassName
{
background-color: #6FF80F;
}
</style>
border-color css
<style>
span { border-color: #6FF80F; }
span { border-color: rgb(111,248,15); }
td.TdClassName
{
border-color: #6FF80F;
}
.TagClassName
{
border-color: #6FF80F;
}
</style>