Shades of Bright Green #6AF40D
Tints of Bright Green #6AF40D
RGB
CMYK
RGB Variations
Color information
#6AF40D (or 0x6AF40D) is known color: Bright Green. HEX triplet: 6A, F4 and 0D. RGB value is (106,244,13). Sum of RGB (Red+Green+Blue) = 106+244+13=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 244 (95.70% from 255 or 67.22% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF40D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF40D is #950BF2. Grayscale: #B1B1B1. Windows color (decimal): -9767923 or 914538. OLE color: 914538.
HSL color Cylindrical-coordinate representation of color #6AF40D: hue angle of 95.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF40D is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 244 | 13 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.04 |
| HSL | 95.84º | 0.91% | 0.5% | - |
| HSV(B) | 95.84º | 0.95% | 0.96% | - |
| XYZ | 38.37 | 67.79 | 11.44 | - |
| YUV | 176.4 | 35.78 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 244 | 13 | 0.57 | 0 | 0.95 | 0.04 | 95.84 | 0.91 | 0.5 |
| Hex | 6A | F4 | D | 39 | 0 | 5F | 4 | 60 | 5B | 32 |
| Octal | 152 | 364 | 15 | 71 | 0 | 137 | 4 | 140 | 133 | 62 |
| Binary | 1101010 | 11110100 | 1101 | 111001 | 0 | 1011111 | 100 | 1100000 | 1011011 | 110010 |
Color Harmonies of #6AF40D
Complementary color
Monochromatic Colors of #6AF40D
Black with #6AF40D
Text Example
Text Example
White with #6AF40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF40D; }
p { color: rgb(106,244,13); }
H1.HeaderClassName
{
color: #6AF40D;
}
.AnyTagClassName
{
color: #6AF40D;
}
</style>
background-color css
<style>
a { background-color: #6AF40D; }
a { background-color: rgb(106,244,13); }
div.DivClassName
{
background-color: #6AF40D;
}
.BgClassName
{
background-color: #6AF40D;
}
</style>
border-color css
<style>
span { border-color: #6AF40D; }
span { border-color: rgb(106,244,13); }
td.TdClassName
{
border-color: #6AF40D;
}
.TagClassName
{
border-color: #6AF40D;
}
</style>