Html Css Color HEX #4AFE32 Harlequin

📋 copy color: '#4AFE32'

red 74 ◦ green 254 ◦ blue 50

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

Shades of Harlequin #4AFE32

Tints of Harlequin #4AFE32

RGB

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

 GREEN value IS 254 (99.61% from 255) = 67.2%

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 19.58%
G = 67.2%
B = 13.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#4AFE32 (or 0x4AFE32) is known color: Harlequin. HEX triplet: 4A, FE and 32. RGB value is (74,254,50). Sum of RGB (Red+Green+Blue) = 74+254+50=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 254 (99.61% from 255 or 67.20% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE32 is #B501CD. Grayscale: #B1B1B1. Windows color (decimal): -11862478 or 3341898. OLE color: 3341898.

HSL color Cylindrical-coordinate representation of color #4AFE32: hue angle of 112.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AFE32 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 74 254 50 -
CMYK 0.71 0 0.80 0.00
HSL 112.94º 0.99% 0.6% -
HSV(B) 112.94º 0.8% 1% -
XYZ 38.84 72.57 14.98 -
YUV 176.92 56.37 54.59 -
System Red Green Blue C M Y K H S L
Decimal 74 254 50 0.71 0 0.80 0.00 112.94 0.99 0.6
Hex 4A FE 32 47 0 50 0 71 63 3C
Octal 112 376 62 107 0 120 0 161 143 74
Binary 1001010 11111110 110010 1000111 0 1010000 0 1110001 1100011 111100

Color Harmonies of #4AFE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFE32

Black with #4AFE32

Text Example


Text Example

White with #4AFE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,254,50); }

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

background-color css

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

 a { background-color: rgb(74,254,50); }

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

border-color css

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

 span { border-color: rgb(74,254,50); }

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