#42F01B

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

Shades of Harlequin #42F01B

Tints of Harlequin #42F01B

Color information

#42F01B (or 0x42F01B) is unknown color: approx Harlequin. HEX triplet: 42, F0 and 1B. RGB value is (66,240,27). Sum of RGB (Red+Green+Blue) = 66+240+27=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #42F01B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F01B is #BD0FE4. Grayscale: #A4A4A4. Windows color (decimal): -12390373 or 1830978. OLE color: 1830978.

HSL color Cylindrical-coordinate representation of color #42F01B: hue angle of 109.01º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42F01B is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB6624027-
CMYK0.7200.890.06
HSL109.01º87.65%52.35%-
HSV(B)109.01º88.75%94.12%-
XYZ33.663.5611.53-
YUV163.6950.8558.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 240 (94.14% from 255) = 72.07%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=19.82%
G=72.07%
B=8.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal66240270.7200.890.06109.0187.6552.35
Hex42F01B4805966d5834
Octal102360331100131615513064
Binary1000010111100001101110010000101100111011011011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,240,27); }

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

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

 a { background-color: rgb(66,240,27); }

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

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

 span { border-color: rgb(66,240,27); }

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