#51F104

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

Shades of Harlequin #51F104

Tints of Harlequin #51F104

Color information

#51F104 (or 0x51F104) is unknown color: approx Harlequin. HEX triplet: 51, F1 and 04. RGB value is (81,241,4). Sum of RGB (Red+Green+Blue) = 81+241+4=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #51F104 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #51F104 is #AE0EFB. Grayscale: #A6A6A6. Windows color (decimal): -11407100 or 323921. OLE color: 323921.

HSL color Cylindrical-coordinate representation of color #51F104: hue angle of 100.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51F104 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB812414-
CMYK0.6600.980.05
HSL100.51º96.73%48.04%-
HSV(B)100.51º98.34%94.51%-
XYZ34.8764.6710.76-
YUV166.1436.4967.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 241 (94.53% from 255) = 73.93%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=24.85%
G=73.93%
B=1.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8124140.6600.980.05100.5196.7348.04
Hex51F14420625656130
Octal12136141020142514514160
Binary10100011111000110010000100110001010111001011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,241,4); }

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

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

 a { background-color: rgb(81,241,4); }

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

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

 span { border-color: rgb(81,241,4); }

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