Shades of Bright Green #6CFF13
Tints of Bright Green #6CFF13
RGB
CMYK
RGB Variations
Color information
#6CFF13 (or 0x6CFF13) is known color: Bright Green. HEX triplet: 6C, FF and 13. RGB value is (108,255,19). Sum of RGB (Red+Green+Blue) = 108+255+19=382 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.27% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFF13 is #9300EC. Grayscale: #B8B8B8. Windows color (decimal): -9634029 or 1310572. OLE color: 1310572.
HSL color Cylindrical-coordinate representation of color #6CFF13: hue angle of 97.37º 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 #6CFF13 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 19 | - |
| CMYK | 0.58 | 0 | 0.93 | 0 |
| HSL | 97.37º | 1% | 0.54% | - |
| HSV(B) | 97.37º | 0.93% | 1% | - |
| XYZ | 42.06 | 74.76 | 12.83 | - |
| YUV | 184.14 | 34.8 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 19 | 0.58 | 0 | 0.93 | 0 | 97.37 | 1 | 0.54 |
| Hex | 6C | FF | 13 | 3A | 0 | 5D | 0 | 61 | 64 | 36 |
| Octal | 154 | 377 | 23 | 72 | 0 | 135 | 0 | 141 | 144 | 66 |
| Binary | 1101100 | 11111111 | 10011 | 111010 | 0 | 1011101 | 0 | 1100001 | 1100100 | 110110 |
Color Harmonies of #6CFF13
Complementary color
Monochromatic Colors of #6CFF13
Black with #6CFF13
Text Example
Text Example
White with #6CFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFF13; }
p { color: rgb(108,255,19); }
H1.HeaderClassName
{
color: #6CFF13;
}
.AnyTagClassName
{
color: #6CFF13;
}
</style>
background-color css
<style>
a { background-color: #6CFF13; }
a { background-color: rgb(108,255,19); }
div.DivClassName
{
background-color: #6CFF13;
}
.BgClassName
{
background-color: #6CFF13;
}
</style>
border-color css
<style>
span { border-color: #6CFF13; }
span { border-color: rgb(108,255,19); }
td.TdClassName
{
border-color: #6CFF13;
}
.TagClassName
{
border-color: #6CFF13;
}
</style>