#46F425

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

Shades of Harlequin #46F425

Tints of Harlequin #46F425

Color information

#46F425 (or 0x46F425) is unknown color: approx Harlequin. HEX triplet: 46, F4 and 25. RGB value is (70,244,37). Sum of RGB (Red+Green+Blue) = 70+244+37=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 244 (95.70% from 255 or 69.52% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 244 - color contains mainly: green. Hex color #46F425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F425 is #B90BDA. Grayscale: #A9A9A9. Windows color (decimal): -12127195 or 2487366. OLE color: 2487366.

HSL color Cylindrical-coordinate representation of color #46F425: hue angle of 110.43º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46F425 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB7024437-
CMYK0.7100.850.04
HSL110.43º90.39%55.1%-
HSV(B)110.43º84.84%95.69%-
XYZ35.2166.1412.66-
YUV168.3853.8557.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 244 (95.70% from 255) = 69.52%
BLUE value IS 37 (14.84% from 255) = 10.54%
R=19.94%
G=69.52%
B=10.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal70244370.7100.850.04110.4390.3955.1
Hex46F4254705546e5a37
Octal106364451070125415613267
Binary10001101111010010010110001110101010110011011101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46F425; }

 p { color: rgb(70,244,37); }

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

<style>
 a { background-color: #46F425; }

 a { background-color: rgb(70,244,37); }

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

<style>
 span { border-color: #46F425; }

 span { border-color: rgb(70,244,37); }

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