#54F294

Color #54F294 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #54F294

Tints of Emerald #54F294

Color information

#54F294 (or 0x54F294) is unknown color: approx Emerald. HEX triplet: 54, F2 and 94. RGB value is (84,242,148). Sum of RGB (Red+Green+Blue) = 84+242+148=474 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.72% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #54F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F294 is #AB0D6B. Grayscale: #B8B8B8. Windows color (decimal): -11210092 or 9761364. OLE color: 9761364.

HSL color Cylindrical-coordinate representation of color #54F294: hue angle of 144.3º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F294 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB84242148-
CMYK0.6500.390.05
HSL144.3º85.87%63.92%-
HSV(B)144.3º65.29%94.9%-
XYZ40.7567.5338.9-
YUV184.04107.6556.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 17.72%
GREEN value IS 242 (94.92% from 255) = 51.05%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=17.72%
G=51.05%
B=31.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842421480.6500.390.05144.385.8763.92
Hex54F294410275905640
Octal1243622241010475220126100
Binary10101001111001010010100100000101001111011001000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54F294; }

 p { color: rgb(84,242,148); }

 H1.HeaderClassName
 {
   color: #54F294;
 }
 .AnyTagClassName
 {
   color: #54F294;
 }
</style>
background-color css

<style>
 a { background-color: #54F294; }

 a { background-color: rgb(84,242,148); }

 div.DivClassName
 {
   background-color: #54F294;
 }
 .BgClassName
 {
   background-color: #54F294;
 }
</style>
border-color css

<style>
 span { border-color: #54F294; }

 span { border-color: rgb(84,242,148); }

 td.TdClassName
 {
   border-color: #54F294;
 }
 .TagClassName
 {
   border-color: #54F294;
 }
</style>