Html Css Color HEX #4AF41A Harlequin

📋 copy color: '#4AF41A'

red 74 ◦ green 244 ◦ blue 26

#4AF41A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #4AF41A

Tints of Harlequin #4AF41A

RGB

 RED value IS 74 (29.3% from 255) = 21.51%

 GREEN value IS 244 (95.7% from 255) = 70.93%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 21.51%
G = 70.93%
B = 7.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#4AF41A (or 0x4AF41A) is known color: Harlequin. HEX triplet: 4A, F4 and 1A. RGB value is (74,244,26). Sum of RGB (Red+Green+Blue) = 74+244+26=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 244 (95.70% from 255 or 70.93% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF41A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF41A is #B50BE5. Grayscale: #A9A9A9. Windows color (decimal): -11865062 or 1766474. OLE color: 1766474.

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

Color convert

RGB 74 244 26 -
CMYK 0.70 0 0.89 0.04
HSL 106.79º 0.91% 0.53% -
HSV(B) 106.79º 0.89% 0.96% -
XYZ 35.36 66.23 11.9 -
YUV 168.32 47.68 60.73 -
System Red Green Blue C M Y K H S L
Decimal 74 244 26 0.70 0 0.89 0.04 106.79 0.91 0.53
Hex 4A F4 1A 46 0 59 4 6B 5B 35
Octal 112 364 32 106 0 131 4 153 133 65
Binary 1001010 11110100 11010 1000110 0 1011001 100 1101011 1011011 110101

Color Harmonies of #4AF41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF41A

Black with #4AF41A

Text Example


Text Example

White with #4AF41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,244,26); }

 H1.HeaderClassName
 {
   color: #4AF41A;
 }
 .AnyTagClassName
 {
   color: #4AF41A;
 }
</style>

background-color css

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

 a { background-color: rgb(74,244,26); }

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

border-color css

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

 span { border-color: rgb(74,244,26); }

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