Html Css Color HEX #4AF629 Harlequin

📋 copy color: '#4AF629'

red 74 ◦ green 246 ◦ blue 41

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

Shades of Harlequin #4AF629

Tints of Harlequin #4AF629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 20.5%
G = 68.14%
B = 11.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#4AF629 (or 0x4AF629) is known color: Harlequin. HEX triplet: 4A, F6 and 29. RGB value is (74,246,41). Sum of RGB (Red+Green+Blue) = 74+246+41=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 246 (96.48% from 255 or 68.14% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF629 is #B509D6. Grayscale: #ABABAB. Windows color (decimal): -11864535 or 2750026. OLE color: 2750026.

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

Color convert

RGB 74 246 41 -
CMYK 0.70 0 0.83 0.04
HSL 110.34º 0.92% 0.56% -
HSV(B) 110.34º 0.83% 0.96% -
XYZ 36.18 67.53 13.23 -
YUV 171.2 54.52 58.67 -
System Red Green Blue C M Y K H S L
Decimal 74 246 41 0.70 0 0.83 0.04 110.34 0.92 0.56
Hex 4A F6 29 46 0 53 4 6E 5C 38
Octal 112 366 51 106 0 123 4 156 134 70
Binary 1001010 11110110 101001 1000110 0 1010011 100 1101110 1011100 111000

Color Harmonies of #4AF629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF629

Black with #4AF629

Text Example


Text Example

White with #4AF629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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