#4FEC1C

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

Shades of Harlequin #4FEC1C

Tints of Harlequin #4FEC1C

Color information

#4FEC1C (or 0x4FEC1C) is unknown color: approx Harlequin. HEX triplet: 4F, EC and 1C. RGB value is (79,236,28). Sum of RGB (Red+Green+Blue) = 79+236+28=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEC1C is #B013E3. Grayscale: #A6A6A6. Windows color (decimal): -11539428 or 1895503. OLE color: 1895503.

HSL color Cylindrical-coordinate representation of color #4FEC1C: hue angle of 105.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4FEC1C is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB7923628-
CMYK0.6700.880.07
HSL105.29º84.55%51.76%-
HSV(B)105.29º88.14%92.55%-
XYZ33.4361.7411.25-
YUV165.3450.4966.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 236 (92.58% from 255) = 68.80%
BLUE value IS 28 (11.33% from 255) = 8.16%
R=23.03%
G=68.80%
B=8.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79236280.6700.880.07105.2984.5551.76
Hex4FEC1C430587695534
Octal117354341030130715112564
Binary1001111111011001110010000110101100011111010011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,236,28); }

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

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

 a { background-color: rgb(79,236,28); }

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

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

 span { border-color: rgb(79,236,28); }

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