#40EF05

Color #40EF05 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #40EF05

Tints of Harlequin #40EF05

Color information

#40EF05 (or 0x40EF05) is unknown color: approx Harlequin. HEX triplet: 40, EF and 05. RGB value is (64,239,5). Sum of RGB (Red+Green+Blue) = 64+239+5=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EF05 is #BF10FA. Grayscale: #A0A0A0. Windows color (decimal): -12521723 or 388928. OLE color: 388928.

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

Color convert

RGB642395-
CMYK0.7300.980.06
HSL104.87º95.9%47.84%-
HSV(B)104.87º97.91%93.73%-
XYZ33.0162.8310.53-
YUV16040.5259.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 239 (93.75% from 255) = 77.60%
BLUE value IS 5 (2.34% from 255) = 1.62%
R=20.78%
G=77.60%
B=1.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal6423950.7300.980.06104.8795.947.84
Hex40EF5490626696030
Octal10035751110142615114060
Binary10000001110111110110010010110001011011010011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40EF05;
 }
 .AnyTagClassName
 {
   color: #40EF05;
 }
</style>
background-color css

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

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

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

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

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

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