#4DF103

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

Shades of Harlequin #4DF103

Tints of Harlequin #4DF103

Color information

#4DF103 (or 0x4DF103) is unknown color: approx Harlequin. HEX triplet: 4D, F1 and 03. RGB value is (77,241,3). Sum of RGB (Red+Green+Blue) = 77+241+3=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF103 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF103 is #B20EFC. Grayscale: #A5A5A5. Windows color (decimal): -11669245 or 258381. OLE color: 258381.

HSL color Cylindrical-coordinate representation of color #4DF103: hue angle of 101.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DF103 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB772413-
CMYK0.6800.990.05
HSL101.34º97.54%47.84%-
HSV(B)101.34º98.76%94.51%-
XYZ34.5364.4910.71-
YUV164.8336.6765.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.99%
GREEN value IS 241 (94.53% from 255) = 75.08%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=23.99%
G=75.08%
B=0.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal7724130.6800.990.05101.3497.5447.84
Hex4DF13440635656230
Octal11536131040143514514260
Binary1001101111100011110001000110001110111001011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DF103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,241,3); }

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

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

 a { background-color: rgb(77,241,3); }

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

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

 span { border-color: rgb(77,241,3); }

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