#41FF00

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

Shades of Harlequin #41FF00

Tints of Harlequin #41FF00

Color information

#41FF00 (or 0x41FF00) is unknown color: approx Harlequin. HEX triplet: 41, FF and 00. RGB value is (65,255,0). Sum of RGB (Red+Green+Blue) = 65+255+0=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF00 is #BE00FF. Grayscale: #A9A9A9. Windows color (decimal): -12452096 or 65345. OLE color: 65345.

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

Color convert

RGB652550-
CMYK0.75010
HSL104.71º100%50%-
HSV(B)104.71º100%100%-
XYZ37.9472.6412.02-
YUV169.1232.5553.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 255 (100% from 255) = 79.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.31%
G=79.69%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6525500.75010104.7110050
Hex41FF04B0640696432
Octal10137701130144015114462
Binary1000001111111110100101101100100011010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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