Html Css Color HEX #4DFC31 Harlequin

📋 copy color: '#4DFC31'

red 77 ◦ green 252 ◦ blue 49

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

Shades of Harlequin #4DFC31

Tints of Harlequin #4DFC31

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.67%

 BLUE value IS 49 (19.53% from 255) = 12.96%

R = 20.37%
G = 66.67%
B = 12.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#4DFC31 (or 0x4DFC31) is known color: Harlequin. HEX triplet: 4D, FC and 31. RGB value is (77,252,49). Sum of RGB (Red+Green+Blue) = 77+252+49=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC31 is #B203CE. Grayscale: #B1B1B1. Windows color (decimal): -11666383 or 3275853. OLE color: 3275853.

HSL color Cylindrical-coordinate representation of color #4DFC31: hue angle of 111.72º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DFC31 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 49 -
CMYK 0.69 0 0.81 0.01
HSL 111.72º 0.97% 0.59% -
HSV(B) 111.72º 0.81% 0.99% -
XYZ 38.43 71.42 14.67 -
YUV 176.53 56.02 57.01 -
System Red Green Blue C M Y K H S L
Decimal 77 252 49 0.69 0 0.81 0.01 111.72 0.97 0.59
Hex 4D FC 31 45 0 51 1 70 61 3B
Octal 115 374 61 105 0 121 1 160 141 73
Binary 1001101 11111100 110001 1000101 0 1010001 1 1110000 1100001 111011

Color Harmonies of #4DFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC31

Black with #4DFC31

Text Example


Text Example

White with #4DFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,252,49); }

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

background-color css

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

 a { background-color: rgb(77,252,49); }

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

border-color css

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

 span { border-color: rgb(77,252,49); }

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