Html Css Color HEX #4AF122 Harlequin

📋 copy color: '#4AF122'

red 74 ◦ green 241 ◦ blue 34

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

Shades of Harlequin #4AF122

Tints of Harlequin #4AF122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.05%

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

R = 21.2%
G = 69.05%
B = 9.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#4AF122 (or 0x4AF122) is known color: Harlequin. HEX triplet: 4A, F1 and 22. RGB value is (74,241,34). Sum of RGB (Red+Green+Blue) = 74+241+34=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF122 is #B50EDD. Grayscale: #A8A8A8. Windows color (decimal): -11865822 or 2289994. OLE color: 2289994.

HSL color Cylindrical-coordinate representation of color #4AF122: hue angle of 108.41º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF122 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 241 34 -
CMYK 0.69 0 0.86 0.05
HSL 108.41º 0.88% 0.54% -
HSV(B) 108.41º 0.86% 0.95% -
XYZ 34.57 64.48 12.14 -
YUV 167.47 52.67 61.33 -
System Red Green Blue C M Y K H S L
Decimal 74 241 34 0.69 0 0.86 0.05 108.41 0.88 0.54
Hex 4A F1 22 45 0 56 5 6C 58 36
Octal 112 361 42 105 0 126 5 154 130 66
Binary 1001010 11110001 100010 1000101 0 1010110 101 1101100 1011000 110110

Color Harmonies of #4AF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF122

Black with #4AF122

Text Example


Text Example

White with #4AF122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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