#4FFC2C

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

Shades of Harlequin #4FFC2C

Tints of Harlequin #4FFC2C

Color information

#4FFC2C (or 0x4FFC2C) is unknown color: approx Harlequin. HEX triplet: 4F, FC and 2C. RGB value is (79,252,44). Sum of RGB (Red+Green+Blue) = 79+252+44=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 252 (98.83% from 255 or 67.2% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFC2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFC2C is #B003D3. Grayscale: #B1B1B1. Windows color (decimal): -11535316 or 2948175. OLE color: 2948175.

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

Color convert

RGB7925244-
CMYK0.6900.830.01
HSL109.9º97.2%58.04%-
HSV(B)109.9º82.54%98.82%-
XYZ38.4971.4614.15-
YUV176.5653.1958.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 252 (98.83% from 255) = 67.2%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=21.07%
G=67.2%
B=11.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal79252440.6900.830.01109.997.258.04
Hex4FFC2C4505316e613a
Octal117374541050123115614172
Binary100111111111100101100100010101010011111011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FFC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,252,44); }

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

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

 a { background-color: rgb(79,252,44); }

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

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

 span { border-color: rgb(79,252,44); }

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