Shades of Bright Green #6AED1F
Tints of Bright Green #6AED1F
RGB
CMYK
RGB Variations
Color information
#6AED1F (or 0x6AED1F) is known color: Bright Green. HEX triplet: 6A, ED and 1F. RGB value is (106,237,31). Sum of RGB (Red+Green+Blue) = 106+237+31=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 237 (92.97% from 255 or 63.37% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AED1F is #9512E0. Grayscale: #AFAFAF. Windows color (decimal): -9769697 or 2092394. OLE color: 2092394.
HSL color Cylindrical-coordinate representation of color #6AED1F: hue angle of 98.16º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AED1F is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 31 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.07 |
| HSL | 98.16º | 0.85% | 0.53% | - |
| HSV(B) | 98.16º | 0.87% | 0.93% | - |
| XYZ | 36.48 | 63.73 | 11.68 | - |
| YUV | 174.35 | 47.1 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 31 | 0.55 | 0 | 0.87 | 0.07 | 98.16 | 0.85 | 0.53 |
| Hex | 6A | ED | 1F | 37 | 0 | 57 | 7 | 62 | 55 | 35 |
| Octal | 152 | 355 | 37 | 67 | 0 | 127 | 7 | 142 | 125 | 65 |
| Binary | 1101010 | 11101101 | 11111 | 110111 | 0 | 1010111 | 111 | 1100010 | 1010101 | 110101 |
Color Harmonies of #6AED1F
Complementary color
Monochromatic Colors of #6AED1F
Black with #6AED1F
Text Example
Text Example
White with #6AED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AED1F; }
p { color: rgb(106,237,31); }
H1.HeaderClassName
{
color: #6AED1F;
}
.AnyTagClassName
{
color: #6AED1F;
}
</style>
background-color css
<style>
a { background-color: #6AED1F; }
a { background-color: rgb(106,237,31); }
div.DivClassName
{
background-color: #6AED1F;
}
.BgClassName
{
background-color: #6AED1F;
}
</style>
border-color css
<style>
span { border-color: #6AED1F; }
span { border-color: rgb(106,237,31); }
td.TdClassName
{
border-color: #6AED1F;
}
.TagClassName
{
border-color: #6AED1F;
}
</style>