#4EF502

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

Shades of Harlequin #4EF502

Tints of Harlequin #4EF502

Color information

#4EF502 (or 0x4EF502) is unknown color: approx Harlequin. HEX triplet: 4E, F5 and 02. RGB value is (78,245,2). Sum of RGB (Red+Green+Blue) = 78+245+2=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 245 (96.09% from 255 or 75.38% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 245 - color contains mainly: green. Hex color #4EF502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF502 is #B10AFD. Grayscale: #A8A8A8. Windows color (decimal): -11602686 or 193870. OLE color: 193870.

HSL color Cylindrical-coordinate representation of color #4EF502: hue angle of 101.23º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EF502 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB782452-
CMYK0.6800.990.04
HSL101.23º98.38%48.43%-
HSV(B)101.23º99.18%96.08%-
XYZ35.8166.9311.09-
YUV167.3634.6764.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 245 (96.09% from 255) = 75.38%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=24%
G=75.38%
B=0.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal7824520.6800.990.04101.2398.3848.43
Hex4EF52440634656230
Octal11636521040143414514260
Binary1001110111101011010001000110001110011001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EF502; }

 p { color: rgb(78,245,2); }

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

<style>
 a { background-color: #4EF502; }

 a { background-color: rgb(78,245,2); }

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

<style>
 span { border-color: #4EF502; }

 span { border-color: rgb(78,245,2); }

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