#53F120

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

Shades of Harlequin #53F120

Tints of Harlequin #53F120

Color information

#53F120 (or 0x53F120) is unknown color: approx Harlequin. HEX triplet: 53, F1 and 20. RGB value is (83,241,32). Sum of RGB (Red+Green+Blue) = 83+241+32=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 241 (94.53% from 255 or 67.70% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 241 - color contains mainly: green. Hex color #53F120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F120 is #AC0EDF. Grayscale: #AAAAAA. Windows color (decimal): -11276000 or 2158931. OLE color: 2158931.

HSL color Cylindrical-coordinate representation of color #53F120: hue angle of 105.36º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53F120 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB8324132-
CMYK0.6600.870.05
HSL105.36º88.19%53.53%-
HSV(B)105.36º86.72%94.51%-
XYZ35.2864.8512.02-
YUV169.9350.1565.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 241 (94.53% from 255) = 67.70%
BLUE value IS 32 (12.89% from 255) = 8.99%
R=23.31%
G=67.70%
B=8.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal83241320.6600.870.05105.3688.1953.53
Hex53F120420575695836
Octal123361401020127515113066
Binary10100111111000110000010000100101011110111010011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,241,32); }

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

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

 a { background-color: rgb(83,241,32); }

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

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

 span { border-color: rgb(83,241,32); }

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