#41FF32

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

Shades of Harlequin #41FF32

Tints of Harlequin #41FF32

Color information

#41FF32 (or 0x41FF32) is unknown color: approx Harlequin. HEX triplet: 41, FF and 32. RGB value is (65,255,50). Sum of RGB (Red+Green+Blue) = 65+255+50=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 255 (100% from 255 or 68.92% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41FF32 is #BE00CD. Grayscale: #AFAFAF. Windows color (decimal): -12452046 or 3342145. OLE color: 3342145.

HSL color Cylindrical-coordinate representation of color #41FF32: hue angle of 115.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41FF32 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB6525550-
CMYK0.7500.800
HSL115.61º100%59.8%-
HSV(B)115.61º80.39%100%-
XYZ38.5272.8715.05-
YUV174.8257.5549.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 255 (100% from 255) = 68.92%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=17.57%
G=68.92%
B=13.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65255500.7500.800115.6110059.8
Hex41FF324B050074643c
Octal101377621130120016414474
Binary100000111111111110010100101101010000011101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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