#4DFF11

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

Shades of Harlequin #4DFF11

Tints of Harlequin #4DFF11

Color information

#4DFF11 (or 0x4DFF11) is unknown color: approx Harlequin. HEX triplet: 4D, FF and 11. RGB value is (77,255,17). Sum of RGB (Red+Green+Blue) = 77+255+17=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFF11 is #B200EE. Grayscale: #AFAFAF. Windows color (decimal): -11665647 or 1179469. OLE color: 1179469.

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

Color convert

RGB7725517-
CMYK0.7000.930
HSL104.87º100%53.33%-
HSV(B)104.87º93.33%100%-
XYZ38.9273.1412.6-
YUV174.6539.0358.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 255 (100% from 255) = 73.07%
BLUE value IS 17 (7.03% from 255) = 4.87%
R=22.06%
G=73.07%
B=4.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal77255170.7000.930104.8710053.33
Hex4DFF114605D0696435
Octal115377211060135015114465
Binary10011011111111110001100011001011101011010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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