Shades of Bright Green #6AFE13
Tints of Bright Green #6AFE13
RGB
CMYK
RGB Variations
Color information
#6AFE13 (or 0x6AFE13) is known color: Bright Green. HEX triplet: 6A, FE and 13. RGB value is (106,254,19). Sum of RGB (Red+Green+Blue) = 106+254+19=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFE13 is #9501EC. Grayscale: #B7B7B7. Windows color (decimal): -9765357 or 1310314. OLE color: 1310314.
HSL color Cylindrical-coordinate representation of color #6AFE13: hue angle of 97.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6AFE13 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 19 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.00 |
| HSL | 97.79º | 0.99% | 0.54% | - |
| HSV(B) | 97.79º | 0.93% | 1% | - |
| XYZ | 41.5 | 73.99 | 12.71 | - |
| YUV | 182.96 | 35.47 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 19 | 0.58 | 0 | 0.93 | 0.00 | 97.79 | 0.99 | 0.54 |
| Hex | 6A | FE | 13 | 3A | 0 | 5D | 0 | 62 | 63 | 36 |
| Octal | 152 | 376 | 23 | 72 | 0 | 135 | 0 | 142 | 143 | 66 |
| Binary | 1101010 | 11111110 | 10011 | 111010 | 0 | 1011101 | 0 | 1100010 | 1100011 | 110110 |
Color Harmonies of #6AFE13
Complementary color
Monochromatic Colors of #6AFE13
Black with #6AFE13
Text Example
Text Example
White with #6AFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFE13; }
p { color: rgb(106,254,19); }
H1.HeaderClassName
{
color: #6AFE13;
}
.AnyTagClassName
{
color: #6AFE13;
}
</style>
background-color css
<style>
a { background-color: #6AFE13; }
a { background-color: rgb(106,254,19); }
div.DivClassName
{
background-color: #6AFE13;
}
.BgClassName
{
background-color: #6AFE13;
}
</style>
border-color css
<style>
span { border-color: #6AFE13; }
span { border-color: rgb(106,254,19); }
td.TdClassName
{
border-color: #6AFE13;
}
.TagClassName
{
border-color: #6AFE13;
}
</style>