Html Css Color HEX #4AF024 Harlequin

📋 copy color: '#4AF024'

red 74 ◦ green 240 ◦ blue 36

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

Shades of Harlequin #4AF024

Tints of Harlequin #4AF024

RGB

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

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

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

R = 21.14%
G = 68.57%
B = 10.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#4AF024 (or 0x4AF024) is known color: Harlequin. HEX triplet: 4A, F0 and 24. RGB value is (74,240,36). Sum of RGB (Red+Green+Blue) = 74+240+36=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 240 (94.14% from 255 or 68.57% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF024 is #B50FDB. Grayscale: #A7A7A7. Windows color (decimal): -11866076 or 2420810. OLE color: 2420810.

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

Color convert

RGB 74 240 36 -
CMYK 0.69 0 0.85 0.06
HSL 108.82º 0.87% 0.54% -
HSV(B) 108.82º 0.85% 0.94% -
XYZ 34.3 63.9 12.2 -
YUV 167.11 54 61.59 -
System Red Green Blue C M Y K H S L
Decimal 74 240 36 0.69 0 0.85 0.06 108.82 0.87 0.54
Hex 4A F0 24 45 0 55 6 6D 57 36
Octal 112 360 44 105 0 125 6 155 127 66
Binary 1001010 11110000 100100 1000101 0 1010101 110 1101101 1010111 110110

Color Harmonies of #4AF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF024

Black with #4AF024

Text Example


Text Example

White with #4AF024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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