Html Css Color HEX #40ED1F Harlequin

📋 copy color: '#40ED1F'

red 64 ◦ green 237 ◦ blue 31

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

Shades of Harlequin #40ED1F

Tints of Harlequin #40ED1F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 71.39%

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

R = 19.28%
G = 71.39%
B = 9.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#40ED1F (or 0x40ED1F) is known color: Harlequin. HEX triplet: 40, ED and 1F. RGB value is (64,237,31). Sum of RGB (Red+Green+Blue) = 64+237+31=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 237 (92.97% from 255 or 71.39% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED1F is #BF12E0. Grayscale: #A2A2A2. Windows color (decimal): -12522209 or 2092352. OLE color: 2092352.

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

Color convert

RGB 64 237 31 -
CMYK 0.73 0 0.87 0.07
HSL 110.39º 0.85% 0.53% -
HSV(B) 110.39º 0.87% 0.93% -
XYZ 32.65 61.76 11.5 -
YUV 161.79 54.19 58.25 -
System Red Green Blue C M Y K H S L
Decimal 64 237 31 0.73 0 0.87 0.07 110.39 0.85 0.53
Hex 40 ED 1F 49 0 57 7 6E 55 35
Octal 100 355 37 111 0 127 7 156 125 65
Binary 1000000 11101101 11111 1001001 0 1010111 111 1101110 1010101 110101

Color Harmonies of #40ED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ED1F

Black with #40ED1F

Text Example


Text Example

White with #40ED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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