#42F529

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

Shades of Harlequin #42F529

Tints of Harlequin #42F529

Color information

#42F529 (or 0x42F529) is unknown color: approx Harlequin. HEX triplet: 42, F5 and 29. RGB value is (66,245,41). Sum of RGB (Red+Green+Blue) = 66+245+41=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 245 (96.09% from 255 or 69.60% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 245 - color contains mainly: green. Hex color #42F529 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F529 is #BD0AD6. Grayscale: #A8A8A8. Windows color (decimal): -12389079 or 2749762. OLE color: 2749762.

HSL color Cylindrical-coordinate representation of color #42F529: hue angle of 112.65º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F529 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB6624541-
CMYK0.7300.830.04
HSL112.65º91.07%56.08%-
HSV(B)112.65º83.27%96.08%-
XYZ35.366.6213.1-
YUV168.2256.255.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 245 (96.09% from 255) = 69.60%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=18.75%
G=69.60%
B=11.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal66245410.7300.830.04112.6591.0756.08
Hex42F529490534715b38
Octal102365511110123416113370
Binary10000101111010110100110010010101001110011100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,245,41); }

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

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

 a { background-color: rgb(66,245,41); }

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

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

 span { border-color: rgb(66,245,41); }

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