#42F820

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

Shades of Harlequin #42F820

Tints of Harlequin #42F820

Color information

#42F820 (or 0x42F820) is unknown color: approx Harlequin. HEX triplet: 42, F8 and 20. RGB value is (66,248,32). Sum of RGB (Red+Green+Blue) = 66+248+32=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #42F820 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F820 is #BD07DF. Grayscale: #A9A9A9. Windows color (decimal): -12388320 or 2160706. OLE color: 2160706.

HSL color Cylindrical-coordinate representation of color #42F820: hue angle of 110.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42F820 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB6624832-
CMYK0.7300.870.03
HSL110.56º93.91%54.9%-
HSV(B)110.56º87.1%97.25%-
XYZ36.0768.412.67-
YUV168.9650.754.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 248 (97.27% from 255) = 71.68%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=19.08%
G=71.68%
B=9.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal66248320.7300.870.03110.5693.9154.9
Hex42F8204905736f5e37
Octal102370401110127315713667
Binary1000010111110001000001001001010101111111011111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,248,32); }

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

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

 a { background-color: rgb(66,248,32); }

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

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

 span { border-color: rgb(66,248,32); }

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