Shades of Bright Green #6DFF13
Tints of Bright Green #6DFF13
RGB
CMYK
RGB Variations
Color information
#6DFF13 (or 0x6DFF13) is known color: Bright Green. HEX triplet: 6D, FF and 13. RGB value is (109,255,19). Sum of RGB (Red+Green+Blue) = 109+255+19=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFF13 is #9200EC. Grayscale: #B9B9B9. Windows color (decimal): -9568493 or 1310573. OLE color: 1310573.
HSL color Cylindrical-coordinate representation of color #6DFF13: hue angle of 97.12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DFF13 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 19 | - |
| CMYK | 0.57 | 0 | 0.93 | 0 |
| HSL | 97.12º | 1% | 0.54% | - |
| HSV(B) | 97.12º | 0.93% | 1% | - |
| XYZ | 42.18 | 74.82 | 12.83 | - |
| YUV | 184.44 | 34.63 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 19 | 0.57 | 0 | 0.93 | 0 | 97.12 | 1 | 0.54 |
| Hex | 6D | FF | 13 | 39 | 0 | 5D | 0 | 61 | 64 | 36 |
| Octal | 155 | 377 | 23 | 71 | 0 | 135 | 0 | 141 | 144 | 66 |
| Binary | 1101101 | 11111111 | 10011 | 111001 | 0 | 1011101 | 0 | 1100001 | 1100100 | 110110 |
Color Harmonies of #6DFF13
Complementary color
Monochromatic Colors of #6DFF13
Black with #6DFF13
Text Example
Text Example
White with #6DFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFF13; }
p { color: rgb(109,255,19); }
H1.HeaderClassName
{
color: #6DFF13;
}
.AnyTagClassName
{
color: #6DFF13;
}
</style>
background-color css
<style>
a { background-color: #6DFF13; }
a { background-color: rgb(109,255,19); }
div.DivClassName
{
background-color: #6DFF13;
}
.BgClassName
{
background-color: #6DFF13;
}
</style>
border-color css
<style>
span { border-color: #6DFF13; }
span { border-color: rgb(109,255,19); }
td.TdClassName
{
border-color: #6DFF13;
}
.TagClassName
{
border-color: #6DFF13;
}
</style>