Shades of Bright Green #6AF40F
Tints of Bright Green #6AF40F
RGB
CMYK
RGB Variations
Color information
#6AF40F (or 0x6AF40F) is known color: Bright Green. HEX triplet: 6A, F4 and 0F. RGB value is (106,244,15). Sum of RGB (Red+Green+Blue) = 106+244+15=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF40F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF40F is #950BF0. Grayscale: #B1B1B1. Windows color (decimal): -9767921 or 1045610. OLE color: 1045610.
HSL color Cylindrical-coordinate representation of color #6AF40F: hue angle of 96.16º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AF40F is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 15 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.04 |
| HSL | 96.16º | 0.91% | 0.51% | - |
| HSV(B) | 96.16º | 0.94% | 0.96% | - |
| XYZ | 38.38 | 67.8 | 11.52 | - |
| YUV | 176.63 | 36.78 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 15 | 0.57 | 0 | 0.94 | 0.04 | 96.16 | 0.91 | 0.51 |
| Hex | 6A | F4 | F | 39 | 0 | 5E | 4 | 60 | 5B | 33 |
| Octal | 152 | 364 | 17 | 71 | 0 | 136 | 4 | 140 | 133 | 63 |
| Binary | 1101010 | 11110100 | 1111 | 111001 | 0 | 1011110 | 100 | 1100000 | 1011011 | 110011 |
Color Harmonies of #6AF40F
Complementary color
Monochromatic Colors of #6AF40F
Black with #6AF40F
Text Example
Text Example
White with #6AF40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF40F; }
p { color: rgb(106,244,15); }
H1.HeaderClassName
{
color: #6AF40F;
}
.AnyTagClassName
{
color: #6AF40F;
}
</style>
background-color css
<style>
a { background-color: #6AF40F; }
a { background-color: rgb(106,244,15); }
div.DivClassName
{
background-color: #6AF40F;
}
.BgClassName
{
background-color: #6AF40F;
}
</style>
border-color css
<style>
span { border-color: #6AF40F; }
span { border-color: rgb(106,244,15); }
td.TdClassName
{
border-color: #6AF40F;
}
.TagClassName
{
border-color: #6AF40F;
}
</style>