#51ea13

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

Shades of Harlequin #51EA13

Tints of Harlequin #51EA13

Color information

#51EA13 (or 0x51EA13) is unknown color: approx Harlequin. HEX triplet: 51, EA and 13. RGB value is (81,234,19). Sum of RGB (Red+Green+Blue) = 81+234+19=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #51EA13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51EA13 is #AE15EC. Grayscale: #A4A4A4. Windows color (decimal): -11408877 or 1305169. OLE color: 1305169.

HSL color Cylindrical-coordinate representation of color #51EA13: hue angle of 102.7º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51EA13 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB8123419-
CMYK0.6500.920.08
HSL102.7º84.98%49.61%-
HSV(B)102.7º91.88%91.76%-
XYZ32.9360.6410.59-
YUV163.7446.3168.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 234 (91.80% from 255) = 70.06%
BLUE value IS 19 (7.81% from 255) = 5.69%
R=24.25%
G=70.06%
B=5.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal81234190.6500.920.08102.784.9849.61
Hex51EA134105C8675532
Octal1213522310101341014712562
Binary10100011110101010011100000101011100100011001111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ea13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51ea13; }

 p { color: rgb(81,234,19); }

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

<style>
 a { background-color: #51ea13; }

 a { background-color: rgb(81,234,19); }

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

<style>
 span { border-color: #51ea13; }

 span { border-color: rgb(81,234,19); }

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