#42DF10

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

Shades of Harlequin #42DF10

Tints of Harlequin #42DF10

Color information

#42DF10 (or 0x42DF10) is unknown color: approx Harlequin. HEX triplet: 42, DF and 10. RGB value is (66,223,16). Sum of RGB (Red+Green+Blue) = 66+223+16=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF10 is #BD20EF. Grayscale: #999999. Windows color (decimal): -12394736 or 1105730. OLE color: 1105730.

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

Color convert

RGB6622316-
CMYK0.7000.930.13
HSL105.51º86.61%46.86%-
HSV(B)105.51º92.83%87.45%-
XYZ28.7353.979.39-
YUV152.4650.9966.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 223 (87.5% from 255) = 73.11%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=21.64%
G=73.11%
B=5.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66223160.7000.930.13105.5186.6146.86
Hex42DF104605DD6a572f
Octal1023372010601351515212757
Binary10000101101111110000100011001011101110111010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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