Html Css Color HEX #4AF020 Harlequin

📋 copy color: '#4AF020'

red 74 ◦ green 240 ◦ blue 32

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

Shades of Harlequin #4AF020

Tints of Harlequin #4AF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.36%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 21.39%
G = 69.36%
B = 9.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#4AF020 (or 0x4AF020) is known color: Harlequin. HEX triplet: 4A, F0 and 20. RGB value is (74,240,32). Sum of RGB (Red+Green+Blue) = 74+240+32=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF020 is #B50FDF. Grayscale: #A7A7A7. Windows color (decimal): -11866080 or 2158666. OLE color: 2158666.

HSL color Cylindrical-coordinate representation of color #4AF020: hue angle of 107.88º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AF020 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 32 -
CMYK 0.69 0 0.87 0.06
HSL 107.88º 0.87% 0.53% -
HSV(B) 107.88º 0.87% 0.94% -
XYZ 34.24 63.88 11.89 -
YUV 166.65 52 61.91 -
System Red Green Blue C M Y K H S L
Decimal 74 240 32 0.69 0 0.87 0.06 107.88 0.87 0.53
Hex 4A F0 20 45 0 57 6 6C 57 35
Octal 112 360 40 105 0 127 6 154 127 65
Binary 1001010 11110000 100000 1000101 0 1010111 110 1101100 1010111 110101

Color Harmonies of #4AF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF020

Black with #4AF020

Text Example


Text Example

White with #4AF020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,32); }

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

background-color css

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

 a { background-color: rgb(74,240,32); }

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

border-color css

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

 span { border-color: rgb(74,240,32); }

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