#53ff21

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

Shades of Harlequin #53FF21

Tints of Harlequin #53FF21

Color information

#53FF21 (or 0x53FF21) is unknown color: approx Harlequin. HEX triplet: 53, FF and 21. RGB value is (83,255,33). Sum of RGB (Red+Green+Blue) = 83+255+33=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53FF21 is #AC00DE. Grayscale: #B2B2B2. Windows color (decimal): -11272415 or 2228051. OLE color: 2228051.

HSL color Cylindrical-coordinate representation of color #53FF21: hue angle of 106.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53FF21 is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB8325533-
CMYK0.6700.870
HSL106.49º100%56.47%-
HSV(B)106.49º87.06%100%-
XYZ39.673.4713.53-
YUV178.2646.0260.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 255 (100% from 255) = 68.73%
BLUE value IS 33 (13.28% from 255) = 8.89%
R=22.37%
G=68.73%
B=8.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal83255330.6700.870106.4910056.47
Hex53FF214305706a6438
Octal123377411030127015214470
Binary101001111111111100001100001101010111011010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ff21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,255,33); }

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

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

 a { background-color: rgb(83,255,33); }

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

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

 span { border-color: rgb(83,255,33); }

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