Html Css Color HEX #40FF01 Harlequin

📋 copy color: '#40FF01'

red 64 ◦ green 255 ◦ blue 1

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

Shades of Harlequin #40FF01

Tints of Harlequin #40FF01

RGB

 RED value IS 64 (25.39% from 255) = 20%

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

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

R = 20%
G = 79.69%
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

#40FF01 (or 0x40FF01) is known color: Harlequin. HEX triplet: 40, FF and 01. RGB value is (64,255,1). Sum of RGB (Red+Green+Blue) = 64+255+1=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FF01 is #BF00FE. Grayscale: #A9A9A9. Windows color (decimal): -12517631 or 130880. OLE color: 130880.

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

Color convert

RGB 64 255 1 -
CMYK 0.75 0 1.00 0
HSL 105.12º 1% 0.5% -
HSV(B) 105.12º 1% 1% -
XYZ 37.88 72.61 12.05 -
YUV 168.94 33.22 53.15 -
System Red Green Blue C M Y K H S L
Decimal 64 255 1 0.75 0 1.00 0 105.12 1 0.5
Hex 40 FF 1 4B 0 64 0 69 64 32
Octal 100 377 1 113 0 144 0 151 144 62
Binary 1000000 11111111 1 1001011 0 1100100 0 1101001 1100100 110010

Color Harmonies of #40FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FF01

Black with #40FF01

Text Example


Text Example

White with #40FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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