Html Css Color HEX #4DFE32 Harlequin

📋 copy color: '#4DFE32'

red 77 ◦ green 254 ◦ blue 50

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

Shades of Harlequin #4DFE32

Tints of Harlequin #4DFE32

RGB

 RED value IS 77 (30.47% from 255) = 20.21%

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

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

R = 20.21%
G = 66.67%
B = 13.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#4DFE32 (or 0x4DFE32) is known color: Harlequin. HEX triplet: 4D, FE and 32. RGB value is (77,254,50). Sum of RGB (Red+Green+Blue) = 77+254+50=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 254 (99.61% from 255 or 66.67% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFE32 is #B201CD. Grayscale: #B2B2B2. Windows color (decimal): -11665870 or 3341901. OLE color: 3341901.

HSL color Cylindrical-coordinate representation of color #4DFE32: hue angle of 112.06º 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 #4DFE32 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 254 50 -
CMYK 0.70 0 0.80 0.00
HSL 112.06º 0.99% 0.6% -
HSV(B) 112.06º 0.8% 1% -
XYZ 39.08 72.69 14.99 -
YUV 177.82 55.86 56.09 -
System Red Green Blue C M Y K H S L
Decimal 77 254 50 0.70 0 0.80 0.00 112.06 0.99 0.6
Hex 4D FE 32 46 0 50 0 70 63 3C
Octal 115 376 62 106 0 120 0 160 143 74
Binary 1001101 11111110 110010 1000110 0 1010000 0 1110000 1100011 111100

Color Harmonies of #4DFE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE32

Black with #4DFE32

Text Example


Text Example

White with #4DFE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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