Html Css Color HEX #40E41B Harlequin

📋 copy color: '#40E41B'

red 64 ◦ green 228 ◦ blue 27

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

Shades of Harlequin #40E41B

Tints of Harlequin #40E41B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 71.47%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 20.06%
G = 71.47%
B = 8.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#40E41B (or 0x40E41B) is known color: Harlequin. HEX triplet: 40, E4 and 1B. RGB value is (64,228,27). Sum of RGB (Red+Green+Blue) = 64+228+27=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 228 (89.45% from 255 or 71.47% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 228 - color contains mainly: green. Hex color #40E41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E41B is #BF1BE4. Grayscale: #9C9C9C. Windows color (decimal): -12524517 or 1827904. OLE color: 1827904.

HSL color Cylindrical-coordinate representation of color #40E41B: hue angle of 108.96º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40E41B is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 228 27 -
CMYK 0.72 0 0.88 0.11
HSL 108.96º 0.79% 0.5% -
HSV(B) 108.96º 0.88% 0.89% -
XYZ 30.06 56.66 10.39 -
YUV 156.05 55.17 62.34 -
System Red Green Blue C M Y K H S L
Decimal 64 228 27 0.72 0 0.88 0.11 108.96 0.79 0.5
Hex 40 E4 1B 48 0 58 B 6D 4F 32
Octal 100 344 33 110 0 130 13 155 117 62
Binary 1000000 11100100 11011 1001000 0 1011000 1011 1101101 1001111 110010

Color Harmonies of #40E41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E41B

Black with #40E41B

Text Example


Text Example

White with #40E41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,228,27); }

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

background-color css

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

 a { background-color: rgb(64,228,27); }

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

border-color css

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

 span { border-color: rgb(64,228,27); }

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