#53ff11

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

Shades of Harlequin #53FF11

Tints of Harlequin #53FF11

Color information

#53FF11 (or 0x53FF11) is unknown color: approx Harlequin. HEX triplet: 53, FF and 11. RGB value is (83,255,17). Sum of RGB (Red+Green+Blue) = 83+255+17=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #53FF11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53FF11 is #AC00EE. Grayscale: #B1B1B1. Windows color (decimal): -11272431 or 1179475. OLE color: 1179475.

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

Color convert

RGB8325517-
CMYK0.6700.930
HSL103.36º100%53.33%-
HSV(B)103.36º93.33%100%-
XYZ39.4373.412.62-
YUV176.4438.0261.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 255 (100% from 255) = 71.83%
BLUE value IS 17 (7.03% from 255) = 4.79%
R=23.38%
G=71.83%
B=4.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal83255170.6700.930103.3610053.33
Hex53FF114305D0676435
Octal123377211030135014714465
Binary10100111111111110001100001101011101011001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ff11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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