Shades of Bright Green #54FF13
Tints of Bright Green #54FF13
RGB
CMYK
RGB Variations
Color information
#54FF13 (or 0x54FF13) is known color: Bright Green. HEX triplet: 54, FF and 13. RGB value is (84,255,19). Sum of RGB (Red+Green+Blue) = 84+255+19=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #54FF13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #54FF13 is #AB00EC. Grayscale: #B1B1B1. Windows color (decimal): -11206893 or 1310548. OLE color: 1310548.
HSL color Cylindrical-coordinate representation of color #54FF13: hue angle of 103.47º 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 #54FF13 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 19 | - |
| CMYK | 0.67 | 0 | 0.93 | 0 |
| HSL | 103.47º | 1% | 0.54% | - |
| HSV(B) | 103.47º | 0.93% | 1% | - |
| XYZ | 39.53 | 73.45 | 12.71 | - |
| YUV | 176.97 | 38.85 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 19 | 0.67 | 0 | 0.93 | 0 | 103.47 | 1 | 0.54 |
| Hex | 54 | FF | 13 | 43 | 0 | 5D | 0 | 67 | 64 | 36 |
| Octal | 124 | 377 | 23 | 103 | 0 | 135 | 0 | 147 | 144 | 66 |
| Binary | 1010100 | 11111111 | 10011 | 1000011 | 0 | 1011101 | 0 | 1100111 | 1100100 | 110110 |
Color Harmonies of #54FF13
Complementary color
Monochromatic Colors of #54FF13
Black with #54FF13
Text Example
Text Example
White with #54FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FF13; }
p { color: rgb(84,255,19); }
H1.HeaderClassName
{
color: #54FF13;
}
.AnyTagClassName
{
color: #54FF13;
}
</style>
background-color css
<style>
a { background-color: #54FF13; }
a { background-color: rgb(84,255,19); }
div.DivClassName
{
background-color: #54FF13;
}
.BgClassName
{
background-color: #54FF13;
}
</style>
border-color css
<style>
span { border-color: #54FF13; }
span { border-color: rgb(84,255,19); }
td.TdClassName
{
border-color: #54FF13;
}
.TagClassName
{
border-color: #54FF13;
}
</style>