Html Css Color HEX #40FC00 Harlequin

📋 copy color: '#40FC00'

red 64 ◦ green 252 ◦ blue 0

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

Shades of Harlequin #40FC00

Tints of Harlequin #40FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 79.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 20.25%
G = 79.75%
B = 0%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#40FC00 (or 0x40FC00) is known color: Harlequin. HEX triplet: 40, FC and 00. RGB value is (64,252,0). Sum of RGB (Red+Green+Blue) = 64+252+0=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 252 (98.83% from 255 or 79.75% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC00 is #BF03FF. Grayscale: #A7A7A7. Windows color (decimal): -12518400 or 64576. OLE color: 64576.

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

Color convert

RGB 64 252 0 -
CMYK 0.75 0 1 0.01
HSL 104.76º 1% 0.49% -
HSV(B) 104.76º 1% 0.99% -
XYZ 36.92 70.71 11.7 -
YUV 167.06 33.72 54.49 -
System Red Green Blue C M Y K H S L
Decimal 64 252 0 0.75 0 1 0.01 104.76 1 0.49
Hex 40 FC 0 4B 0 64 1 69 64 31
Octal 100 374 0 113 0 144 1 151 144 61
Binary 1000000 11111100 0 1001011 0 1100100 1 1101001 1100100 110001

Color Harmonies of #40FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FC00

Black with #40FC00

Text Example


Text Example

White with #40FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,252,0); }

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

background-color css

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

 a { background-color: rgb(64,252,0); }

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

border-color css

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

 span { border-color: rgb(64,252,0); }

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