Html Css Color HEX #4DFA31 Harlequin

📋 copy color: '#4DFA31'

red 77 ◦ green 250 ◦ blue 49

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

Shades of Harlequin #4DFA31

Tints of Harlequin #4DFA31

RGB

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

 GREEN value IS 250 (98.05% from 255) = 66.49%

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

R = 20.48%
G = 66.49%
B = 13.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#4DFA31 (or 0x4DFA31) is known color: Harlequin. HEX triplet: 4D, FA and 31. RGB value is (77,250,49). Sum of RGB (Red+Green+Blue) = 77+250+49=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA31 is #B205CE. Grayscale: #AFAFAF. Windows color (decimal): -11666895 or 3275341. OLE color: 3275341.

HSL color Cylindrical-coordinate representation of color #4DFA31: hue angle of 111.64º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DFA31 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 250 49 -
CMYK 0.69 0 0.80 0.02
HSL 111.64º 0.95% 0.59% -
HSV(B) 111.64º 0.8% 0.98% -
XYZ 37.8 70.17 14.46 -
YUV 175.36 56.69 57.84 -
System Red Green Blue C M Y K H S L
Decimal 77 250 49 0.69 0 0.80 0.02 111.64 0.95 0.59
Hex 4D FA 31 45 0 50 2 70 5F 3B
Octal 115 372 61 105 0 120 2 160 137 73
Binary 1001101 11111010 110001 1000101 0 1010000 10 1110000 1011111 111011

Color Harmonies of #4DFA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA31

Black with #4DFA31

Text Example


Text Example

White with #4DFA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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