Shades of Bright Green #6AF50D
Tints of Bright Green #6AF50D
RGB
CMYK
RGB Variations
Color information
#6AF50D (or 0x6AF50D) is known color: Bright Green. HEX triplet: 6A, F5 and 0D. RGB value is (106,245,13). Sum of RGB (Red+Green+Blue) = 106+245+13=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 245 (96.09% from 255 or 67.31% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF50D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF50D is #950AF2. Grayscale: #B1B1B1. Windows color (decimal): -9767667 or 914794. OLE color: 914794.
HSL color Cylindrical-coordinate representation of color #6AF50D: hue angle of 95.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AF50D is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 245 | 13 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.04 |
| HSL | 95.95º | 0.92% | 0.51% | - |
| HSV(B) | 95.95º | 0.95% | 0.96% | - |
| XYZ | 38.67 | 68.4 | 11.54 | - |
| YUV | 176.99 | 35.45 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 245 | 13 | 0.57 | 0 | 0.95 | 0.04 | 95.95 | 0.92 | 0.51 |
| Hex | 6A | F5 | D | 39 | 0 | 5F | 4 | 60 | 5C | 33 |
| Octal | 152 | 365 | 15 | 71 | 0 | 137 | 4 | 140 | 134 | 63 |
| Binary | 1101010 | 11110101 | 1101 | 111001 | 0 | 1011111 | 100 | 1100000 | 1011100 | 110011 |
Color Harmonies of #6AF50D
Complementary color
Monochromatic Colors of #6AF50D
Black with #6AF50D
Text Example
Text Example
White with #6AF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF50D; }
p { color: rgb(106,245,13); }
H1.HeaderClassName
{
color: #6AF50D;
}
.AnyTagClassName
{
color: #6AF50D;
}
</style>
background-color css
<style>
a { background-color: #6AF50D; }
a { background-color: rgb(106,245,13); }
div.DivClassName
{
background-color: #6AF50D;
}
.BgClassName
{
background-color: #6AF50D;
}
</style>
border-color css
<style>
span { border-color: #6AF50D; }
span { border-color: rgb(106,245,13); }
td.TdClassName
{
border-color: #6AF50D;
}
.TagClassName
{
border-color: #6AF50D;
}
</style>