#4DFF00

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

Shades of Harlequin #4DFF00

Tints of Harlequin #4DFF00

Color information

#4DFF00 (or 0x4DFF00) is unknown color: approx Harlequin. HEX triplet: 4D, FF and 00. RGB value is (77,255,0). Sum of RGB (Red+Green+Blue) = 77+255+0=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF00 is #B200FF. Grayscale: #ADADAD. Windows color (decimal): -11665664 or 65357. OLE color: 65357.

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

Color convert

RGB772550-
CMYK0.70010
HSL101.88º100%50%-
HSV(B)101.88º100%100%-
XYZ38.8273.112.06-
YUV172.7130.5359.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.19%
GREEN value IS 255 (100% from 255) = 76.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.19%
G=76.81%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal7725500.70010101.8810050
Hex4DFF0460640666432
Octal11537701060144014614462
Binary1001101111111110100011001100100011001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,255,0); }

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

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

 a { background-color: rgb(77,255,0); }

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

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

 span { border-color: rgb(77,255,0); }

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