Html Css Color HEX #41FF01 Harlequin

📋 copy color: '#41FF01'

red 65 ◦ green 255 ◦ blue 1

#41FF01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #41FF01

Tints of Harlequin #41FF01

RGB

 RED value IS 65 (25.78% from 255) = 20.25%

 GREEN value IS 255 (100% from 255) = 79.44%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 20.25%
G = 79.44%
B = 0.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#41FF01 (or 0x41FF01) is known color: Harlequin. HEX triplet: 41, FF and 01. RGB value is (65,255,1). Sum of RGB (Red+Green+Blue) = 65+255+1=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #41FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #41FF01 is #BE00FE. Grayscale: #AAAAAA. Windows color (decimal): -12452095 or 130881. OLE color: 130881.

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

Color convert

RGB 65 255 1 -
CMYK 0.75 0 1.00 0
HSL 104.88º 1% 0.5% -
HSV(B) 104.88º 1% 1% -
XYZ 37.95 72.65 12.05 -
YUV 169.23 33.05 53.65 -
System Red Green Blue C M Y K H S L
Decimal 65 255 1 0.75 0 1.00 0 104.88 1 0.5
Hex 41 FF 1 4B 0 64 0 69 64 32
Octal 101 377 1 113 0 144 0 151 144 62
Binary 1000001 11111111 1 1001011 0 1100100 0 1101001 1100100 110010

Color Harmonies of #41FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FF01

Black with #41FF01

Text Example


Text Example

White with #41FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41FF01;
 }
 .AnyTagClassName
 {
   color: #41FF01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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