#4DFC04

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

Shades of Harlequin #4DFC04

Tints of Harlequin #4DFC04

Color information

#4DFC04 (or 0x4DFC04) is unknown color: approx Harlequin. HEX triplet: 4D, FC and 04. RGB value is (77,252,4). Sum of RGB (Red+Green+Blue) = 77+252+4=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFC04 is #B203FB. Grayscale: #ACACAC. Windows color (decimal): -11666428 or 326733. OLE color: 326733.

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

Color convert

RGB772524-
CMYK0.6900.980.01
HSL102.34º97.64%50.2%-
HSV(B)102.34º98.41%98.82%-
XYZ37.8971.2111.86-
YUV171.433.5260.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 252 (98.83% from 255) = 75.68%
BLUE value IS 4 (1.95% from 255) = 1.20%
R=23.12%
G=75.68%
B=1.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7725240.6900.980.01102.3497.6450.2
Hex4DFC4450621666232
Octal11537441050142114614262
Binary100110111111100100100010101100010111001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DFC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,252,4); }

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

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

 a { background-color: rgb(77,252,4); }

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

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

 span { border-color: rgb(77,252,4); }

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