#53FA11

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

Shades of Harlequin #53FA11

Tints of Harlequin #53FA11

Color information

#53FA11 (or 0x53FA11) is unknown color: approx Harlequin. HEX triplet: 53, FA and 11. RGB value is (83,250,17). Sum of RGB (Red+Green+Blue) = 83+250+17=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #53FA11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FA11 is #AC05EE. Grayscale: #AEAEAE. Windows color (decimal): -11273711 or 1178195. OLE color: 1178195.

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

Color convert

RGB8325017-
CMYK0.6700.930.02
HSL103º95.88%52.35%-
HSV(B)103º93.2%98.04%-
XYZ37.8570.2512.09-
YUV173.539.6763.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.71%
GREEN value IS 250 (98.05% from 255) = 71.43%
BLUE value IS 17 (7.03% from 255) = 4.86%
R=23.71%
G=71.43%
B=4.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal83250170.6700.930.0210395.8852.35
Hex53FA114305D2676034
Octal123372211030135214714064
Binary101001111111010100011000011010111011011001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,250,17); }

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

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

 a { background-color: rgb(83,250,17); }

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

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

 span { border-color: rgb(83,250,17); }

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