#4FFF00

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

Shades of Harlequin #4FFF00

Tints of Harlequin #4FFF00

Color information

#4FFF00 (or 0x4FFF00) is unknown color: approx Harlequin. HEX triplet: 4F, FF and 00. RGB value is (79,255,0). Sum of RGB (Red+Green+Blue) = 79+255+0=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF00 is #B000FF. Grayscale: #AEAEAE. Windows color (decimal): -11534592 or 65359. OLE color: 65359.

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

Color convert

RGB792550-
CMYK0.69010
HSL101.41º100%50%-
HSV(B)101.41º100%100%-
XYZ38.9873.1812.07-
YUV173.3130.1960.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.65%
GREEN value IS 255 (100% from 255) = 76.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.65%
G=76.35%
B=0%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal7925500.69010101.4110050
Hex4FFF0450640656432
Octal11737701050144014514462
Binary1001111111111110100010101100100011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,255,0); }

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

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

 a { background-color: rgb(79,255,0); }

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

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

 span { border-color: rgb(79,255,0); }

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