#4AE601

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

Shades of Harlequin #4AE601

Tints of Harlequin #4AE601

Color information

#4AE601 (or 0x4AE601) is unknown color: approx Harlequin. HEX triplet: 4A, E6 and 01. RGB value is (74,230,1). Sum of RGB (Red+Green+Blue) = 74+230+1=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 230 (90.23% from 255 or 75.41% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AE601 is #B519FE. Grayscale: #9E9E9E. Windows color (decimal): -11868671 or 124490. OLE color: 124490.

HSL color Cylindrical-coordinate representation of color #4AE601: hue angle of 100.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AE601 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB742301-
CMYK0.6801.000.10
HSL100.87º99.13%45.29%-
HSV(B)100.87º99.57%90.2%-
XYZ31.1358.059.59-
YUV157.2539.8268.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 230 (90.23% from 255) = 75.41%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=24.26%
G=75.41%
B=0.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal7423010.6801.000.10100.8799.1345.29
Hex4AE6144064A65632d
Octal112346110401441214514355
Binary1001010111001101100010001100100101011001011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AE601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,230,1); }

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

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

 a { background-color: rgb(74,230,1); }

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

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

 span { border-color: rgb(74,230,1); }

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