#53F32A

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

Shades of Harlequin #53F32A

Tints of Harlequin #53F32A

Color information

#53F32A (or 0x53F32A) is unknown color: approx Harlequin. HEX triplet: 53, F3 and 2A. RGB value is (83,243,42). Sum of RGB (Red+Green+Blue) = 83+243+42=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #53F32A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F32A is #AC0CD5. Grayscale: #ACACAC. Windows color (decimal): -11275478 or 2814803. OLE color: 2814803.

HSL color Cylindrical-coordinate representation of color #53F32A: hue angle of 107.76º 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 #53F32A is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB8324342-
CMYK0.6600.830.05
HSL107.76º89.33%55.88%-
HSV(B)107.76º82.72%95.29%-
XYZ36.0466.1113.05-
YUV172.2554.4964.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.55%
GREEN value IS 243 (95.31% from 255) = 66.03%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=22.55%
G=66.03%
B=11.41%

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
Decimal83243420.6600.830.05107.7689.3355.88
Hex53F32A4205356c5938
Octal123363521020123515413170
Binary10100111111001110101010000100101001110111011001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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