Html Css Color HEX #40EF1F Harlequin

📋 copy color: '#40EF1F'

red 64 ◦ green 239 ◦ blue 31

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

Shades of Harlequin #40EF1F

Tints of Harlequin #40EF1F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.56%

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

R = 19.16%
G = 71.56%
B = 9.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#40EF1F (or 0x40EF1F) is known color: Harlequin. HEX triplet: 40, EF and 1F. RGB value is (64,239,31). Sum of RGB (Red+Green+Blue) = 64+239+31=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF1F is #BF10E0. Grayscale: #A3A3A3. Windows color (decimal): -12521697 or 2092864. OLE color: 2092864.

HSL color Cylindrical-coordinate representation of color #40EF1F: hue angle of 110.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40EF1F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 31 -
CMYK 0.73 0 0.87 0.06
HSL 110.48º 0.87% 0.53% -
HSV(B) 110.48º 0.87% 0.94% -
XYZ 33.23 62.92 11.69 -
YUV 162.96 53.52 57.41 -
System Red Green Blue C M Y K H S L
Decimal 64 239 31 0.73 0 0.87 0.06 110.48 0.87 0.53
Hex 40 EF 1F 49 0 57 6 6E 57 35
Octal 100 357 37 111 0 127 6 156 127 65
Binary 1000000 11101111 11111 1001001 0 1010111 110 1101110 1010111 110101

Color Harmonies of #40EF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EF1F

Black with #40EF1F

Text Example


Text Example

White with #40EF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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