Shades of Bright Green #6FF10C
Tints of Bright Green #6FF10C
RGB
CMYK
RGB Variations
Color information
#6FF10C (or 0x6FF10C) is known color: Bright Green. HEX triplet: 6F, F1 and 0C. RGB value is (111,241,12). Sum of RGB (Red+Green+Blue) = 111+241+12=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF10C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF10C is #900EF3. Grayscale: #B0B0B0. Windows color (decimal): -9441012 or 848239. OLE color: 848239.
HSL color Cylindrical-coordinate representation of color #6FF10C: hue angle of 94.06º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6FF10C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 241 | 12 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.05 |
| HSL | 94.06º | 0.91% | 0.5% | - |
| HSV(B) | 94.06º | 0.95% | 0.95% | - |
| XYZ | 38.08 | 66.32 | 11.14 | - |
| YUV | 176.02 | 35.43 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 241 | 12 | 0.54 | 0 | 0.95 | 0.05 | 94.06 | 0.91 | 0.5 |
| Hex | 6F | F1 | C | 36 | 0 | 5F | 5 | 5E | 5B | 32 |
| Octal | 157 | 361 | 14 | 66 | 0 | 137 | 5 | 136 | 133 | 62 |
| Binary | 1101111 | 11110001 | 1100 | 110110 | 0 | 1011111 | 101 | 1011110 | 1011011 | 110010 |
Color Harmonies of #6FF10C
Complementary color
Monochromatic Colors of #6FF10C
Black with #6FF10C
Text Example
Text Example
White with #6FF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF10C; }
p { color: rgb(111,241,12); }
H1.HeaderClassName
{
color: #6FF10C;
}
.AnyTagClassName
{
color: #6FF10C;
}
</style>
background-color css
<style>
a { background-color: #6FF10C; }
a { background-color: rgb(111,241,12); }
div.DivClassName
{
background-color: #6FF10C;
}
.BgClassName
{
background-color: #6FF10C;
}
</style>
border-color css
<style>
span { border-color: #6FF10C; }
span { border-color: rgb(111,241,12); }
td.TdClassName
{
border-color: #6FF10C;
}
.TagClassName
{
border-color: #6FF10C;
}
</style>