#54ED21

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

Shades of Harlequin #54ED21

Tints of Harlequin #54ED21

Color information

#54ED21 (or 0x54ED21) is unknown color: approx Harlequin. HEX triplet: 54, ED and 21. RGB value is (84,237,33). Sum of RGB (Red+Green+Blue) = 84+237+33=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #54ED21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54ED21 is #AB12DE. Grayscale: #A8A8A8. Windows color (decimal): -11211487 or 2223444. OLE color: 2223444.

HSL color Cylindrical-coordinate representation of color #54ED21: hue angle of 105º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54ED21 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB8423733-
CMYK0.6500.860.07
HSL105º85%52.94%-
HSV(B)105º86.08%92.94%-
XYZ34.2162.5611.71-
YUV16851.8168.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 237 (92.97% from 255) = 66.95%
BLUE value IS 33 (13.28% from 255) = 9.32%
R=23.73%
G=66.95%
B=9.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84237330.6500.860.071058552.94
Hex54ED21410567695535
Octal124355411010126715112565
Binary10101001110110110000110000010101011011111010011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,237,33); }

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

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

 a { background-color: rgb(84,237,33); }

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

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

 span { border-color: rgb(84,237,33); }

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