#41FA18

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

Shades of Harlequin #41FA18

Tints of Harlequin #41FA18

Color information

#41FA18 (or 0x41FA18) is unknown color: approx Harlequin. HEX triplet: 41, FA and 18. RGB value is (65,250,24). Sum of RGB (Red+Green+Blue) = 65+250+24=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #41FA18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FA18 is #BE05E7. Grayscale: #A9A9A9. Windows color (decimal): -12453352 or 1636929. OLE color: 1636929.

HSL color Cylindrical-coordinate representation of color #41FA18: hue angle of 109.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41FA18 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB6525024-
CMYK0.7400.900.02
HSL109.12º95.76%53.73%-
HSV(B)109.12º90.4%98.04%-
XYZ36.5369.5612.37-
YUV168.9246.2153.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 250 (98.05% from 255) = 73.75%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=19.17%
G=73.75%
B=7.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65250240.7400.900.02109.1295.7653.73
Hex41FA184A05A26d6036
Octal101372301120132215514066
Binary100000111111010110001001010010110101011011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,250,24); }

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

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

 a { background-color: rgb(65,250,24); }

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

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

 span { border-color: rgb(65,250,24); }

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