#53F010

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

Shades of Harlequin #53F010

Tints of Harlequin #53F010

Color information

#53F010 (or 0x53F010) is unknown color: approx Harlequin. HEX triplet: 53, F0 and 10. RGB value is (83,240,16). Sum of RGB (Red+Green+Blue) = 83+240+16=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #53F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F010 is #AC0FEF. Grayscale: #A8A8A8. Windows color (decimal): -11276272 or 1110099. OLE color: 1110099.

HSL color Cylindrical-coordinate representation of color #53F010: hue angle of 102.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53F010 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB8324016-
CMYK0.6500.930.06
HSL102.05º88.19%50.2%-
HSV(B)102.05º93.33%94.12%-
XYZ34.8264.211.05-
YUV167.5242.4967.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 240 (94.14% from 255) = 70.80%
BLUE value IS 16 (6.64% from 255) = 4.72%
R=24.48%
G=70.80%
B=4.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal83240160.6500.930.06102.0588.1950.2
Hex53F0104105D6665832
Octal123360201010135614613062
Binary1010011111100001000010000010101110111011001101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,240,16); }

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

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

 a { background-color: rgb(83,240,16); }

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

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

 span { border-color: rgb(83,240,16); }

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