#52F421

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

Shades of Harlequin #52F421

Tints of Harlequin #52F421

Color information

#52F421 (or 0x52F421) is unknown color: approx Harlequin. HEX triplet: 52, F4 and 21. RGB value is (82,244,33). Sum of RGB (Red+Green+Blue) = 82+244+33=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 244 (95.70% from 255 or 67.97% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 244 - color contains mainly: green. Hex color #52F421 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F421 is #AD0BDE. Grayscale: #ACACAC. Windows color (decimal): -11340767 or 2225234. OLE color: 2225234.

HSL color Cylindrical-coordinate representation of color #52F421: hue angle of 106.07º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52F421 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB8224433-
CMYK0.6600.860.04
HSL106.07º90.56%54.31%-
HSV(B)106.07º86.48%95.69%-
XYZ36.166.6112.39-
YUV171.5149.8364.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 244 (95.70% from 255) = 67.97%
BLUE value IS 33 (13.28% from 255) = 9.19%
R=22.84%
G=67.97%
B=9.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal82244330.6600.860.04106.0790.5654.31
Hex52F4214205646a5b36
Octal122364411020126415213366
Binary10100101111010010000110000100101011010011010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,244,33); }

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

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

 a { background-color: rgb(82,244,33); }

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

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

 span { border-color: rgb(82,244,33); }

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