#42DF01

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

Shades of Harlequin #42DF01

Tints of Harlequin #42DF01

Color information

#42DF01 (or 0x42DF01) is unknown color: approx Harlequin. HEX triplet: 42, DF and 01. RGB value is (66,223,1). Sum of RGB (Red+Green+Blue) = 66+223+1=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF01 is #BD20FE. Grayscale: #979797. Windows color (decimal): -12394751 or 122690. OLE color: 122690.

HSL color Cylindrical-coordinate representation of color #42DF01: hue angle of 102.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42DF01 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB662231-
CMYK0.7001.000.13
HSL102.43º99.11%43.92%-
HSV(B)102.43º99.55%87.45%-
XYZ28.6453.948.93-
YUV150.7543.4967.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 223 (87.5% from 255) = 76.90%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=22.76%
G=76.90%
B=0.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6622310.7001.000.13102.4399.1143.92
Hex42DF146064D66632c
Octal102337110601441514614354
Binary1000010110111111100011001100100110111001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,223,1); }

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

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

 a { background-color: rgb(66,223,1); }

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

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

 span { border-color: rgb(66,223,1); }

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