#53FB28

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

Shades of Harlequin #53FB28

Tints of Harlequin #53FB28

Color information

#53FB28 (or 0x53FB28) is unknown color: approx Harlequin. HEX triplet: 53, FB and 28. RGB value is (83,251,40). Sum of RGB (Red+Green+Blue) = 83+251+40=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #53FB28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FB28 is #AC04D7. Grayscale: #B1B1B1. Windows color (decimal): -11273432 or 2685779. OLE color: 2685779.

HSL color Cylindrical-coordinate representation of color #53FB28: hue angle of 107.77º 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 #53FB28 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB8325140-
CMYK0.6700.840.02
HSL107.77º96.35%57.06%-
HSV(B)107.77º84.06%98.43%-
XYZ38.4570.9913.68-
YUV176.7150.8461.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 251 (98.44% from 255) = 67.11%
BLUE value IS 40 (16.02% from 255) = 10.70%
R=22.19%
G=67.11%
B=10.70%

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
Decimal83251400.6700.840.02107.7796.3557.06
Hex53FB284305426c6039
Octal123373501030124215414071
Binary1010011111110111010001000011010101001011011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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