#42E81F

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

Shades of Harlequin #42E81F

Tints of Harlequin #42E81F

Color information

#42E81F (or 0x42E81F) is unknown color: approx Harlequin. HEX triplet: 42, E8 and 1F. RGB value is (66,232,31). Sum of RGB (Red+Green+Blue) = 66+232+31=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #42E81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E81F is #BD17E0. Grayscale: #A0A0A0. Windows color (decimal): -12392417 or 2091074. OLE color: 2091074.

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

Color convert

RGB6623231-
CMYK0.7200.870.09
HSL109.55º81.38%51.57%-
HSV(B)109.55º86.64%90.98%-
XYZ31.3558.9711.03-
YUV159.4555.561.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 232 (91.02% from 255) = 70.52%
BLUE value IS 31 (12.5% from 255) = 9.42%
R=20.06%
G=70.52%
B=9.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66232310.7200.870.09109.5581.3851.57
Hex42E81F4805796e5134
Octal1023503711001271115612164
Binary10000101110100011111100100001010111100111011101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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