#52F32A

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

Shades of Harlequin #52F32A

Tints of Harlequin #52F32A

Color information

#52F32A (or 0x52F32A) is unknown color: approx Harlequin. HEX triplet: 52, F3 and 2A. RGB value is (82,243,42). Sum of RGB (Red+Green+Blue) = 82+243+42=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 243 (95.31% from 255 or 66.21% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 243 - color contains mainly: green. Hex color #52F32A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F32A is #AD0CD5. Grayscale: #ACACAC. Windows color (decimal): -11341014 or 2814802. OLE color: 2814802.

HSL color Cylindrical-coordinate representation of color #52F32A: hue angle of 108.06º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52F32A is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB8224342-
CMYK0.6600.830.05
HSL108.06º89.33%55.88%-
HSV(B)108.06º82.72%95.29%-
XYZ35.9566.0613.05-
YUV171.9554.6663.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 243 (95.31% from 255) = 66.21%
BLUE value IS 42 (16.80% from 255) = 11.44%
R=22.34%
G=66.21%
B=11.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal82243420.6600.830.05108.0689.3355.88
Hex52F32A4205356c5938
Octal122363521020123515413170
Binary10100101111001110101010000100101001110111011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,243,42); }

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

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

 a { background-color: rgb(82,243,42); }

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

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

 span { border-color: rgb(82,243,42); }

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