#54FE21

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

Shades of Harlequin #54FE21

Tints of Harlequin #54FE21

Color information

#54FE21 (or 0x54FE21) is unknown color: approx Harlequin. HEX triplet: 54, FE and 21. RGB value is (84,254,33). Sum of RGB (Red+Green+Blue) = 84+254+33=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #54FE21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FE21 is #AB01DE. Grayscale: #B2B2B2. Windows color (decimal): -11207135 or 2227796. OLE color: 2227796.

HSL color Cylindrical-coordinate representation of color #54FE21: hue angle of 106.15º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54FE21 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB8425433-
CMYK0.6700.870.00
HSL106.15º99.1%56.27%-
HSV(B)106.15º87.01%99.61%-
XYZ39.3772.8813.43-
YUV177.9846.1860.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 254 (99.61% from 255) = 68.46%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=22.64%
G=68.46%
B=8.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal84254330.6700.870.00106.1599.156.27
Hex54FE214305706a6338
Octal124376411030127015214370
Binary101010011111110100001100001101010111011010101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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