#52F120

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

Shades of Harlequin #52F120

Tints of Harlequin #52F120

Color information

#52F120 (or 0x52F120) is unknown color: approx Harlequin. HEX triplet: 52, F1 and 20. RGB value is (82,241,32). Sum of RGB (Red+Green+Blue) = 82+241+32=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #52F120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F120 is #AD0EDF. Grayscale: #AAAAAA. Windows color (decimal): -11341536 or 2158930. OLE color: 2158930.

HSL color Cylindrical-coordinate representation of color #52F120: hue angle of 105.65º 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 #52F120 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB8224132-
CMYK0.6600.870.05
HSL105.65º88.19%53.53%-
HSV(B)105.65º86.72%94.51%-
XYZ35.264.8112.02-
YUV169.6350.3265.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 241 (94.53% from 255) = 67.89%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=23.10%
G=67.89%
B=9.01%

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
Decimal82241320.6600.870.05105.6588.1953.53
Hex52F1204205756a5836
Octal122361401020127515213066
Binary10100101111000110000010000100101011110111010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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