Html Css Color HEX #4AF324 Harlequin

📋 copy color: '#4AF324'

red 74 ◦ green 243 ◦ blue 36

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

Shades of Harlequin #4AF324

Tints of Harlequin #4AF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 68.84%

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

R = 20.96%
G = 68.84%
B = 10.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#4AF324 (or 0x4AF324) is known color: Harlequin. HEX triplet: 4A, F3 and 24. RGB value is (74,243,36). Sum of RGB (Red+Green+Blue) = 74+243+36=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF324 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF324 is #B50CDB. Grayscale: #A9A9A9. Windows color (decimal): -11865308 or 2421578. OLE color: 2421578.

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

Color convert

RGB 74 243 36 -
CMYK 0.70 0 0.85 0.05
HSL 108.99º 0.9% 0.55% -
HSV(B) 108.99º 0.85% 0.95% -
XYZ 35.19 65.68 12.49 -
YUV 168.87 53.01 60.33 -
System Red Green Blue C M Y K H S L
Decimal 74 243 36 0.70 0 0.85 0.05 108.99 0.9 0.55
Hex 4A F3 24 46 0 55 5 6D 5A 37
Octal 112 363 44 106 0 125 5 155 132 67
Binary 1001010 11110011 100100 1000110 0 1010101 101 1101101 1011010 110111

Color Harmonies of #4AF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF324

Black with #4AF324

Text Example


Text Example

White with #4AF324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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