Html Css Color HEX #4AF124 Harlequin

📋 copy color: '#4AF124'

red 74 ◦ green 241 ◦ blue 36

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

Shades of Harlequin #4AF124

Tints of Harlequin #4AF124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.26%

R = 21.08%
G = 68.66%
B = 10.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#4AF124 (or 0x4AF124) is known color: Harlequin. HEX triplet: 4A, F1 and 24. RGB value is (74,241,36). Sum of RGB (Red+Green+Blue) = 74+241+36=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF124 is #B50EDB. Grayscale: #A8A8A8. Windows color (decimal): -11865820 or 2421066. OLE color: 2421066.

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

Color convert

RGB 74 241 36 -
CMYK 0.69 0 0.85 0.05
HSL 108.88º 0.88% 0.54% -
HSV(B) 108.88º 0.85% 0.95% -
XYZ 34.6 64.49 12.29 -
YUV 167.7 53.67 61.17 -
System Red Green Blue C M Y K H S L
Decimal 74 241 36 0.69 0 0.85 0.05 108.88 0.88 0.54
Hex 4A F1 24 45 0 55 5 6D 58 36
Octal 112 361 44 105 0 125 5 155 130 66
Binary 1001010 11110001 100100 1000101 0 1010101 101 1101101 1011000 110110

Color Harmonies of #4AF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF124

Black with #4AF124

Text Example


Text Example

White with #4AF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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