#54FB28

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

Shades of Harlequin #54FB28

Tints of Harlequin #54FB28

Color information

#54FB28 (or 0x54FB28) is unknown color: approx Harlequin. HEX triplet: 54, FB and 28. RGB value is (84,251,40). Sum of RGB (Red+Green+Blue) = 84+251+40=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 251 (98.44% from 255 or 66.93% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 251 - color contains mainly: green. Hex color #54FB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54FB28 is #AB04D7. Grayscale: #B1B1B1. Windows color (decimal): -11207896 or 2685780. OLE color: 2685780.

HSL color Cylindrical-coordinate representation of color #54FB28: hue angle of 107.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #54FB28 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB8425140-
CMYK0.6700.840.02
HSL107.49º96.35%57.06%-
HSV(B)107.49º84.06%98.43%-
XYZ38.5471.0313.69-
YUV177.0150.6761.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 251 (98.44% from 255) = 66.93%
BLUE value IS 40 (16.02% from 255) = 10.67%
R=22.4%
G=66.93%
B=10.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84251400.6700.840.02107.4996.3557.06
Hex54FB284305426b6039
Octal124373501030124215314071
Binary1010100111110111010001000011010101001011010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,251,40); }

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

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

 a { background-color: rgb(84,251,40); }

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

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

 span { border-color: rgb(84,251,40); }

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