#41F421

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

Shades of Harlequin #41F421

Tints of Harlequin #41F421

Color information

#41F421 (or 0x41F421) is unknown color: approx Harlequin. HEX triplet: 41, F4 and 21. RGB value is (65,244,33). Sum of RGB (Red+Green+Blue) = 65+244+33=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 244 (95.70% from 255 or 71.35% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 244 - color contains mainly: green. Hex color #41F421 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F421 is #BE0BDE. Grayscale: #A7A7A7. Windows color (decimal): -12454879 or 2225217. OLE color: 2225217.

HSL color Cylindrical-coordinate representation of color #41F421: hue angle of 110.9º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41F421 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB6524433-
CMYK0.7300.860.04
HSL110.9º90.56%54.31%-
HSV(B)110.9º86.48%95.69%-
XYZ34.8165.9312.33-
YUV166.4252.755.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 244 (95.70% from 255) = 71.35%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=19.01%
G=71.35%
B=9.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal65244330.7300.860.04110.990.5654.31
Hex41F4214905646f5b36
Octal101364411110126415713366
Binary10000011111010010000110010010101011010011011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,244,33); }

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

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

 a { background-color: rgb(65,244,33); }

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

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

 span { border-color: rgb(65,244,33); }

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