#52EF20

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

Shades of Harlequin #52EF20

Tints of Harlequin #52EF20

Color information

#52EF20 (or 0x52EF20) is unknown color: approx Harlequin. HEX triplet: 52, EF and 20. RGB value is (82,239,32). Sum of RGB (Red+Green+Blue) = 82+239+32=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EF20 is #AD10DF. Grayscale: #A9A9A9. Windows color (decimal): -11342048 or 2158418. OLE color: 2158418.

HSL color Cylindrical-coordinate representation of color #52EF20: hue angle of 105.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52EF20 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB8223932-
CMYK0.6600.870.06
HSL105.51º86.61%53.14%-
HSV(B)105.51º86.61%93.73%-
XYZ34.6163.6311.82-
YUV168.4650.9966.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 239 (93.75% from 255) = 67.71%
BLUE value IS 32 (12.89% from 255) = 9.07%
R=23.23%
G=67.71%
B=9.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal82239320.6600.870.06105.5186.6153.14
Hex52EF204205766a5735
Octal122357401020127615212765
Binary10100101110111110000010000100101011111011010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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