#41ff11

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

Shades of Harlequin #41FF11

Tints of Harlequin #41FF11

Color information

#41FF11 (or 0x41FF11) is unknown color: approx Harlequin. HEX triplet: 41, FF and 11. RGB value is (65,255,17). Sum of RGB (Red+Green+Blue) = 65+255+17=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF11 is #BE00EE. Grayscale: #ABABAB. Windows color (decimal): -12452079 or 1179457. OLE color: 1179457.

HSL color Cylindrical-coordinate representation of color #41FF11: hue angle of 107.9º 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 #41FF11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB6525517-
CMYK0.7500.930
HSL107.9º100%53.33%-
HSV(B)107.9º93.33%100%-
XYZ38.0472.6812.55-
YUV171.0641.0552.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 255 (100% from 255) = 75.67%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=19.29%
G=75.67%
B=5.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65255170.7500.930107.910053.33
Hex41FF114B05D06c6435
Octal101377211130135015414465
Binary10000011111111110001100101101011101011011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ff11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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