#42FA11

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

Shades of Harlequin #42FA11

Tints of Harlequin #42FA11

Color information

#42FA11 (or 0x42FA11) is unknown color: approx Harlequin. HEX triplet: 42, FA and 11. RGB value is (66,250,17). Sum of RGB (Red+Green+Blue) = 66+250+17=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FA11 is #BD05EE. Grayscale: #A9A9A9. Windows color (decimal): -12387823 or 1178178. OLE color: 1178178.

HSL color Cylindrical-coordinate representation of color #42FA11: hue angle of 107.38º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42FA11 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB6625017-
CMYK0.7400.930.02
HSL107.38º95.88%52.35%-
HSV(B)107.38º93.2%98.04%-
XYZ36.5369.5712.03-
YUV168.4242.5454.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 250 (98.05% from 255) = 75.08%
BLUE value IS 17 (7.03% from 255) = 5.11%
R=19.82%
G=75.08%
B=5.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66250170.7400.930.02107.3895.8852.35
Hex42FA114A05D26b6034
Octal102372211120135215314064
Binary100001011111010100011001010010111011011010111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,250,17); }

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

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

 a { background-color: rgb(66,250,17); }

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

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

 span { border-color: rgb(66,250,17); }

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