#4FEA1A

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

Shades of Harlequin #4FEA1A

Tints of Harlequin #4FEA1A

Color information

#4FEA1A (or 0x4FEA1A) is unknown color: approx Harlequin. HEX triplet: 4F, EA and 1A. RGB value is (79,234,26). Sum of RGB (Red+Green+Blue) = 79+234+26=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 234 (91.80% from 255 or 69.03% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA1A is #B015E5. Grayscale: #A4A4A4. Windows color (decimal): -11539942 or 1763919. OLE color: 1763919.

HSL color Cylindrical-coordinate representation of color #4FEA1A: hue angle of 104.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4FEA1A is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB7923426-
CMYK0.6600.890.08
HSL104.71º83.2%50.98%-
HSV(B)104.71º88.89%91.76%-
XYZ32.8360.5810.94-
YUV163.9450.1567.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 234 (91.80% from 255) = 69.03%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=23.30%
G=69.03%
B=7.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal79234260.6600.890.08104.7183.250.98
Hex4FEA1A420598695333
Octal1173523210201311015112363
Binary10011111110101011010100001001011001100011010011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,234,26); }

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

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

 a { background-color: rgb(79,234,26); }

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

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

 span { border-color: rgb(79,234,26); }

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