#42E81D

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

Shades of Harlequin #42E81D

Tints of Harlequin #42E81D

Color information

#42E81D (or 0x42E81D) is unknown color: approx Harlequin. HEX triplet: 42, E8 and 1D. RGB value is (66,232,29). Sum of RGB (Red+Green+Blue) = 66+232+29=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #42E81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E81D is #BD17E2. Grayscale: #9F9F9F. Windows color (decimal): -12392419 or 1960002. OLE color: 1960002.

HSL color Cylindrical-coordinate representation of color #42E81D: hue angle of 109.06º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42E81D is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB6623229-
CMYK0.7200.880.09
HSL109.06º81.53%51.18%-
HSV(B)109.06º87.5%90.98%-
XYZ31.3358.9610.89-
YUV159.2254.561.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 232 (91.02% from 255) = 70.95%
BLUE value IS 29 (11.72% from 255) = 8.87%
R=20.18%
G=70.95%
B=8.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66232290.7200.880.09109.0681.5351.18
Hex42E81D4805896d5233
Octal1023503511001301115512263
Binary10000101110100011101100100001011000100111011011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42E81D; }

 p { color: rgb(66,232,29); }

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

<style>
 a { background-color: #42E81D; }

 a { background-color: rgb(66,232,29); }

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

<style>
 span { border-color: #42E81D; }

 span { border-color: rgb(66,232,29); }

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