#42F104

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

Shades of Harlequin #42F104

Tints of Harlequin #42F104

Color information

#42F104 (or 0x42F104) is unknown color: approx Harlequin. HEX triplet: 42, F1 and 04. RGB value is (66,241,4). Sum of RGB (Red+Green+Blue) = 66+241+4=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 241 (94.53% from 255 or 77.49% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 241 - color contains mainly: green. Hex color #42F104 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F104 is #BD0EFB. Grayscale: #A2A2A2. Windows color (decimal): -12390140 or 323906. OLE color: 323906.

HSL color Cylindrical-coordinate representation of color #42F104: hue angle of 104.3º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42F104 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB662414-
CMYK0.7300.980.05
HSL104.3º96.73%48.04%-
HSV(B)104.3º98.34%94.51%-
XYZ33.7264.0810.71-
YUV161.6639.0259.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 241 (94.53% from 255) = 77.49%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=21.22%
G=77.49%
B=1.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6624140.7300.980.05104.396.7348.04
Hex42F14490625686130
Octal10236141110142515014160
Binary10000101111000110010010010110001010111010001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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