#4EF528

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

Shades of Harlequin #4EF528

Tints of Harlequin #4EF528

Color information

#4EF528 (or 0x4EF528) is unknown color: approx Harlequin. HEX triplet: 4E, F5 and 28. RGB value is (78,245,40). Sum of RGB (Red+Green+Blue) = 78+245+40=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #4EF528 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF528 is #B10AD7. Grayscale: #ACACAC. Windows color (decimal): -11602648 or 2684238. OLE color: 2684238.

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

Color convert

RGB7824540-
CMYK0.6800.840.04
HSL108.88º91.11%55.88%-
HSV(B)108.88º83.67%96.08%-
XYZ36.1867.0813.05-
YUV171.753.6761.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 245 (96.09% from 255) = 67.49%
BLUE value IS 40 (16.02% from 255) = 11.02%
R=21.49%
G=67.49%
B=11.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal78245400.6800.840.04108.8891.1155.88
Hex4EF5284405446d5b38
Octal116365501040124415513370
Binary10011101111010110100010001000101010010011011011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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