#42E419

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

Shades of Harlequin #42E419

Tints of Harlequin #42E419

Color information

#42E419 (or 0x42E419) is unknown color: approx Harlequin. HEX triplet: 42, E4 and 19. RGB value is (66,228,25). Sum of RGB (Red+Green+Blue) = 66+228+25=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 228 (89.45% from 255 or 71.47% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 228 - color contains mainly: green. Hex color #42E419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E419 is #BD1BE6. Grayscale: #9D9D9D. Windows color (decimal): -12393447 or 1696834. OLE color: 1696834.

HSL color Cylindrical-coordinate representation of color #42E419: hue angle of 107.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42E419 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB6622825-
CMYK0.7100.890.11
HSL107.88º80.24%49.61%-
HSV(B)107.88º89.04%89.41%-
XYZ30.1756.7210.28-
YUV156.4253.8363.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 228 (89.45% from 255) = 71.47%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=20.69%
G=71.47%
B=7.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66228250.7100.890.11107.8880.2449.61
Hex42E41947059B6c5032
Octal1023443110701311315412062
Binary10000101110010011001100011101011001101111011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,228,25); }

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

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

 a { background-color: rgb(66,228,25); }

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

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

 span { border-color: rgb(66,228,25); }

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