#4EED00

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

Shades of Harlequin #4EED00

Tints of Harlequin #4EED00

Color information

#4EED00 (or 0x4EED00) is unknown color: approx Harlequin. HEX triplet: 4E, ED and 00. RGB value is (78,237,0). Sum of RGB (Red+Green+Blue) = 78+237+0=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED00 is #B112FF. Grayscale: #A3A3A3. Windows color (decimal): -11604736 or 60750. OLE color: 60750.

HSL color Cylindrical-coordinate representation of color #4EED00: hue angle of 100.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EED00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB782370-
CMYK0.67010.07
HSL100.25º100%46.47%-
HSV(B)100.25º100%92.94%-
XYZ33.4362.1910.24-
YUV162.4436.3267.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 237 (92.97% from 255) = 75.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.76%
G=75.24%
B=0%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7823700.67010.07100.2510046.47
Hex4EED043064764642e
Octal11635501030144714414456
Binary100111011101101010000110110010011111001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,237,0); }

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

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

 a { background-color: rgb(78,237,0); }

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

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

 span { border-color: rgb(78,237,0); }

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