#4AF614

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

Shades of Harlequin #4AF614

Tints of Harlequin #4AF614

Color information

#4AF614 (or 0x4AF614) is unknown color: approx Harlequin. HEX triplet: 4A, F6 and 14. RGB value is (74,246,20). Sum of RGB (Red+Green+Blue) = 74+246+20=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 246 (96.48% from 255 or 72.35% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF614 is #B509EB. Grayscale: #A9A9A9. Windows color (decimal): -11864556 or 1373770. OLE color: 1373770.

HSL color Cylindrical-coordinate representation of color #4AF614: hue angle of 105.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AF614 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB7424620-
CMYK0.7000.920.04
HSL105.66º92.62%52.16%-
HSV(B)105.66º91.87%96.47%-
XYZ35.9167.4211.78-
YUV168.8144.0260.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 246 (96.48% from 255) = 72.35%
BLUE value IS 20 (8.20% from 255) = 5.88%
R=21.76%
G=72.35%
B=5.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal74246200.7000.920.04105.6692.6252.16
Hex4AF6144605C46a5d34
Octal112366241060134415213564
Binary1001010111101101010010001100101110010011010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,246,20); }

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

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

 a { background-color: rgb(74,246,20); }

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

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

 span { border-color: rgb(74,246,20); }

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