#4AE71D

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

Shades of Harlequin #4AE71D

Tints of Harlequin #4AE71D

Color information

#4AE71D (or 0x4AE71D) is unknown color: approx Harlequin. HEX triplet: 4A, E7 and 1D. RGB value is (74,231,29). Sum of RGB (Red+Green+Blue) = 74+231+29=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE71D is #B518E2. Grayscale: #A1A1A1. Windows color (decimal): -11868387 or 1959754. OLE color: 1959754.

HSL color Cylindrical-coordinate representation of color #4AE71D: hue angle of 106.63º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AE71D is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB7423129-
CMYK0.6800.870.09
HSL106.63º80.8%50.98%-
HSV(B)106.63º87.45%90.59%-
XYZ31.6258.710.83-
YUV161.0353.4965.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.16%
GREEN value IS 231 (90.62% from 255) = 69.16%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=22.16%
G=69.16%
B=8.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal74231290.6800.870.09106.6380.850.98
Hex4AE71D4405796b5133
Octal1123473510401271115312163
Binary10010101110011111101100010001010111100111010111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,231,29); }

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

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

 a { background-color: rgb(74,231,29); }

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

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

 span { border-color: rgb(74,231,29); }

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