#4EDF03

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

Shades of Harlequin #4EDF03

Tints of Harlequin #4EDF03

Color information

#4EDF03 (or 0x4EDF03) is unknown color: approx Harlequin. HEX triplet: 4E, DF and 03. RGB value is (78,223,3). Sum of RGB (Red+Green+Blue) = 78+223+3=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDF03 is #B120FC. Grayscale: #9B9B9B. Windows color (decimal): -11608317 or 253774. OLE color: 253774.

HSL color Cylindrical-coordinate representation of color #4EDF03: hue angle of 99.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EDF03 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB782233-
CMYK0.6500.990.13
HSL99.55º97.35%44.31%-
HSV(B)99.55º98.65%87.45%-
XYZ29.5554.49.03-
YUV154.5642.4673.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.66%
GREEN value IS 223 (87.5% from 255) = 73.36%
BLUE value IS 3 (1.56% from 255) = 0.99%
R=25.66%
G=73.36%
B=0.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7822330.6500.990.1399.5597.3544.31
Hex4EDF341063D64612c
Octal116337310101431514414154
Binary10011101101111111100000101100011110111001001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EDF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,223,3); }

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

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

 a { background-color: rgb(78,223,3); }

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

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

 span { border-color: rgb(78,223,3); }

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