#42EF1A

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

Shades of Harlequin #42EF1A

Tints of Harlequin #42EF1A

Color information

#42EF1A (or 0x42EF1A) is unknown color: approx Harlequin. HEX triplet: 42, EF and 1A. RGB value is (66,239,26). Sum of RGB (Red+Green+Blue) = 66+239+26=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF1A is #BD10E5. Grayscale: #A3A3A3. Windows color (decimal): -12390630 or 1765186. OLE color: 1765186.

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

Color convert

RGB6623926-
CMYK0.7200.890.06
HSL108.73º86.94%51.96%-
HSV(B)108.73º89.12%93.73%-
XYZ33.362.9711.38-
YUV162.9950.6958.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 239 (93.75% from 255) = 72.21%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=19.94%
G=72.21%
B=7.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66239260.7200.890.06108.7386.9451.96
Hex42EF1A4805966d5734
Octal102357321100131615512764
Binary1000010111011111101010010000101100111011011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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