#52EB22

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

Shades of Harlequin #52EB22

Tints of Harlequin #52EB22

Color information

#52EB22 (or 0x52EB22) is unknown color: approx Harlequin. HEX triplet: 52, EB and 22. RGB value is (82,235,34). Sum of RGB (Red+Green+Blue) = 82+235+34=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 235 (92.19% from 255 or 66.95% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB22 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52EB22 is #AD14DD. Grayscale: #A6A6A6. Windows color (decimal): -11343070 or 2288466. OLE color: 2288466.

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

Color convert

RGB8223534-
CMYK0.6500.860.08
HSL105.67º83.4%52.75%-
HSV(B)105.67º85.53%92.16%-
XYZ33.4861.3311.59-
YUV166.3453.3167.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 235 (92.19% from 255) = 66.95%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=23.36%
G=66.95%
B=9.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82235340.6500.860.08105.6783.452.75
Hex52EB224105686a5335
Octal1223534210101261015212365
Binary101001011101011100010100000101010110100011010101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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