#4EF024

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

Shades of Harlequin #4EF024

Tints of Harlequin #4EF024

Color information

#4EF024 (or 0x4EF024) is unknown color: approx Harlequin. HEX triplet: 4E, F0 and 24. RGB value is (78,240,36). Sum of RGB (Red+Green+Blue) = 78+240+36=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF024 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF024 is #B10FDB. Grayscale: #A8A8A8. Windows color (decimal): -11603932 or 2420814. OLE color: 2420814.

HSL color Cylindrical-coordinate representation of color #4EF024: hue angle of 107.65º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4EF024 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB7824036-
CMYK0.6800.850.06
HSL107.65º87.18%54.12%-
HSV(B)107.65º85%94.12%-
XYZ34.6264.0712.21-
YUV168.3153.3363.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.03%
GREEN value IS 240 (94.14% from 255) = 67.80%
BLUE value IS 36 (14.45% from 255) = 10.17%
R=22.03%
G=67.80%
B=10.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal78240360.6800.850.06107.6587.1854.12
Hex4EF0244405566c5736
Octal116360441040125615412766
Binary10011101111000010010010001000101010111011011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EF024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,240,36); }

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

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

 a { background-color: rgb(78,240,36); }

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

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

 span { border-color: rgb(78,240,36); }

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