Html Css Color HEX #40FC1F Harlequin

📋 copy color: '#40FC1F'

red 64 ◦ green 252 ◦ blue 31

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

Shades of Harlequin #40FC1F

Tints of Harlequin #40FC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 18.44%
G = 72.62%
B = 8.93%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#40FC1F (or 0x40FC1F) is known color: Harlequin. HEX triplet: 40, FC and 1F. RGB value is (64,252,31). Sum of RGB (Red+Green+Blue) = 64+252+31=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FC1F is #BF03E0. Grayscale: #ABABAB. Windows color (decimal): -12518369 or 2096192. OLE color: 2096192.

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

Color convert

RGB 64 252 31 -
CMYK 0.75 0 0.88 0.01
HSL 111.04º 0.97% 0.55% -
HSV(B) 111.04º 0.88% 0.99% -
XYZ 37.17 70.81 13 -
YUV 170.59 49.22 51.97 -
System Red Green Blue C M Y K H S L
Decimal 64 252 31 0.75 0 0.88 0.01 111.04 0.97 0.55
Hex 40 FC 1F 4B 0 58 1 6F 61 37
Octal 100 374 37 113 0 130 1 157 141 67
Binary 1000000 11111100 11111 1001011 0 1011000 1 1101111 1100001 110111

Color Harmonies of #40FC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FC1F

Black with #40FC1F

Text Example


Text Example

White with #40FC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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