Html Css Color HEX #4AF622 Harlequin

📋 copy color: '#4AF622'

red 74 ◦ green 246 ◦ blue 34

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

Shades of Harlequin #4AF622

Tints of Harlequin #4AF622

RGB

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

 GREEN value IS 246 (96.48% from 255) = 69.49%

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 20.9%
G = 69.49%
B = 9.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#4AF622 (or 0x4AF622) is known color: Harlequin. HEX triplet: 4A, F6 and 22. RGB value is (74,246,34). Sum of RGB (Red+Green+Blue) = 74+246+34=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF622 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF622 is #B509DD. Grayscale: #ABABAB. Windows color (decimal): -11864542 or 2291274. OLE color: 2291274.

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

Color convert

RGB 74 246 34 -
CMYK 0.70 0 0.86 0.04
HSL 108.68º 0.92% 0.55% -
HSV(B) 108.68º 0.86% 0.96% -
XYZ 36.07 67.48 12.64 -
YUV 170.4 51.02 59.24 -
System Red Green Blue C M Y K H S L
Decimal 74 246 34 0.70 0 0.86 0.04 108.68 0.92 0.55
Hex 4A F6 22 46 0 56 4 6D 5C 37
Octal 112 366 42 106 0 126 4 155 134 67
Binary 1001010 11110110 100010 1000110 0 1010110 100 1101101 1011100 110111

Color Harmonies of #4AF622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF622

Black with #4AF622

Text Example


Text Example

White with #4AF622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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