Shades of Bright Green #54F314
Tints of Bright Green #54F314
RGB
CMYK
RGB Variations
Color information
#54F314 (or 0x54F314) is known color: Bright Green. HEX triplet: 54, F3 and 14. RGB value is (84,243,20). Sum of RGB (Red+Green+Blue) = 84+243+20=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #54F314 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #54F314 is #AB0CEB. Grayscale: #AAAAAA. Windows color (decimal): -11209964 or 1373012. OLE color: 1373012.
HSL color Cylindrical-coordinate representation of color #54F314: hue angle of 102.78º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54F314 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 243 | 20 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.05 |
| HSL | 102.78º | 0.9% | 0.52% | - |
| HSV(B) | 102.78º | 0.92% | 0.95% | - |
| XYZ | 35.83 | 66.04 | 11.52 | - |
| YUV | 170.04 | 43.32 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 243 | 20 | 0.65 | 0 | 0.92 | 0.05 | 102.78 | 0.9 | 0.52 |
| Hex | 54 | F3 | 14 | 41 | 0 | 5C | 5 | 67 | 5A | 34 |
| Octal | 124 | 363 | 24 | 101 | 0 | 134 | 5 | 147 | 132 | 64 |
| Binary | 1010100 | 11110011 | 10100 | 1000001 | 0 | 1011100 | 101 | 1100111 | 1011010 | 110100 |
Color Harmonies of #54F314
Complementary color
Monochromatic Colors of #54F314
Black with #54F314
Text Example
Text Example
White with #54F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F314; }
p { color: rgb(84,243,20); }
H1.HeaderClassName
{
color: #54F314;
}
.AnyTagClassName
{
color: #54F314;
}
</style>
background-color css
<style>
a { background-color: #54F314; }
a { background-color: rgb(84,243,20); }
div.DivClassName
{
background-color: #54F314;
}
.BgClassName
{
background-color: #54F314;
}
</style>
border-color css
<style>
span { border-color: #54F314; }
span { border-color: rgb(84,243,20); }
td.TdClassName
{
border-color: #54F314;
}
.TagClassName
{
border-color: #54F314;
}
</style>