#52EB24

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

Shades of Harlequin #52EB24

Tints of Harlequin #52EB24

Color information

#52EB24 (or 0x52EB24) is unknown color: approx Harlequin. HEX triplet: 52, EB and 24. RGB value is (82,235,36). Sum of RGB (Red+Green+Blue) = 82+235+36=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 235 (92.19% from 255 or 66.57% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB24 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EB24 is #AD14DB. Grayscale: #A7A7A7. Windows color (decimal): -11343068 or 2419538. OLE color: 2419538.

HSL color Cylindrical-coordinate representation of color #52EB24: hue angle of 106.13º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52EB24 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB8223536-
CMYK0.6500.850.08
HSL106.13º83.26%53.14%-
HSV(B)106.13º84.68%92.16%-
XYZ33.5161.3411.74-
YUV166.5754.3167.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 235 (92.19% from 255) = 66.57%
BLUE value IS 36 (14.45% from 255) = 10.20%
R=23.23%
G=66.57%
B=10.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82235360.6500.850.08106.1383.2653.14
Hex52EB244105586a5335
Octal1223534410101251015212365
Binary101001011101011100100100000101010101100011010101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,235,36); }

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

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

 a { background-color: rgb(82,235,36); }

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

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

 span { border-color: rgb(82,235,36); }

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