Html Css Color HEX #40FA01 Harlequin

📋 copy color: '#40FA01'

red 64 ◦ green 250 ◦ blue 1

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

Shades of Harlequin #40FA01

Tints of Harlequin #40FA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 79.37%

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

R = 20.32%
G = 79.37%
B = 0.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#40FA01 (or 0x40FA01) is known color: Harlequin. HEX triplet: 40, FA and 01. RGB value is (64,250,1). Sum of RGB (Red+Green+Blue) = 64+250+1=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 250 (98.05% from 255 or 79.37% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FA01 is #BF05FE. Grayscale: #A6A6A6. Windows color (decimal): -12518911 or 129600. OLE color: 129600.

HSL color Cylindrical-coordinate representation of color #40FA01: hue angle of 104.82º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40FA01 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 250 1 -
CMYK 0.74 0 1.00 0.02
HSL 104.82º 0.99% 0.49% -
HSV(B) 104.82º 1% 0.98% -
XYZ 36.31 69.46 11.52 -
YUV 166 34.88 55.25 -
System Red Green Blue C M Y K H S L
Decimal 64 250 1 0.74 0 1.00 0.02 104.82 0.99 0.49
Hex 40 FA 1 4A 0 64 2 69 63 31
Octal 100 372 1 112 0 144 2 151 143 61
Binary 1000000 11111010 1 1001010 0 1100100 10 1101001 1100011 110001

Color Harmonies of #40FA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FA01

Black with #40FA01

Text Example


Text Example

White with #40FA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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