#42EF1E

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

Shades of Harlequin #42EF1E

Tints of Harlequin #42EF1E

Color information

#42EF1E (or 0x42EF1E) is unknown color: approx Harlequin. HEX triplet: 42, EF and 1E. RGB value is (66,239,30). Sum of RGB (Red+Green+Blue) = 66+239+30=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF1E is #BD10E1. Grayscale: #A4A4A4. Windows color (decimal): -12390626 or 2027330. OLE color: 2027330.

HSL color Cylindrical-coordinate representation of color #42EF1E: hue angle of 109.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42EF1E is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB6623930-
CMYK0.7200.870.06
HSL109.67º86.72%52.75%-
HSV(B)109.67º87.45%93.73%-
XYZ33.3562.9811.63-
YUV163.4552.6958.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 239 (93.75% from 255) = 71.34%
BLUE value IS 30 (12.11% from 255) = 8.96%
R=19.70%
G=71.34%
B=8.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66239300.7200.870.06109.6786.7252.75
Hex42EF1E4805766e5735
Octal102357361100127615612765
Binary1000010111011111111010010000101011111011011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,239,30); }

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

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

 a { background-color: rgb(66,239,30); }

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

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

 span { border-color: rgb(66,239,30); }

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