#42FE19

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

Shades of Harlequin #42FE19

Tints of Harlequin #42FE19

Color information

#42FE19 (or 0x42FE19) is unknown color: approx Harlequin. HEX triplet: 42, FE and 19. RGB value is (66,254,25). Sum of RGB (Red+Green+Blue) = 66+254+25=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 254 (99.61% from 255 or 73.62% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 254 - color contains mainly: green. Hex color #42FE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FE19 is #BD01E6. Grayscale: #ACACAC. Windows color (decimal): -12386791 or 1703490. OLE color: 1703490.

HSL color Cylindrical-coordinate representation of color #42FE19: hue angle of 109.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42FE19 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB6625425-
CMYK0.7400.900.00
HSL109.26º99.13%54.71%-
HSV(B)109.26º90.16%99.61%-
XYZ37.8672.1112.84-
YUV171.6845.2252.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 254 (99.61% from 255) = 73.62%
BLUE value IS 25 (10.16% from 255) = 7.25%
R=19.13%
G=73.62%
B=7.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal66254250.7400.900.00109.2699.1354.71
Hex42FE194A05A06d6337
Octal102376311120132015514367
Binary10000101111111011001100101001011010011011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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