#42E504

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

Shades of Harlequin #42E504

Tints of Harlequin #42E504

Color information

#42E504 (or 0x42E504) is unknown color: approx Harlequin. HEX triplet: 42, E5 and 04. RGB value is (66,229,4). Sum of RGB (Red+Green+Blue) = 66+229+4=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 229 (89.84% from 255 or 76.59% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 229 - color contains mainly: green. Hex color #42E504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E504 is #BD1AFB. Grayscale: #9B9B9B. Windows color (decimal): -12393212 or 320834. OLE color: 320834.

HSL color Cylindrical-coordinate representation of color #42E504: hue angle of 103.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42E504 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB662294-
CMYK0.7100.980.10
HSL103.47º96.57%45.69%-
HSV(B)103.47º98.25%89.8%-
XYZ30.2957.219.56-
YUV154.614364.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 229 (89.84% from 255) = 76.59%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=22.07%
G=76.59%
B=1.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal6622940.7100.980.10103.4796.5745.69
Hex42E5447062A67612e
Octal102345410701421214714156
Binary100001011100101100100011101100010101011001111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,229,4); }

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

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

 a { background-color: rgb(66,229,4); }

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

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

 span { border-color: rgb(66,229,4); }

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