Html Css Color HEX #4DF72A Harlequin

📋 copy color: '#4DF72A'

red 77 ◦ green 247 ◦ blue 42

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

Shades of Harlequin #4DF72A

Tints of Harlequin #4DF72A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.49%

 BLUE value IS 42 (16.8% from 255) = 11.48%

R = 21.04%
G = 67.49%
B = 11.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#4DF72A (or 0x4DF72A) is known color: Harlequin. HEX triplet: 4D, F7 and 2A. RGB value is (77,247,42). Sum of RGB (Red+Green+Blue) = 77+247+42=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 247 (96.88% from 255 or 67.49% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF72A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF72A is #B208D5. Grayscale: #ADADAD. Windows color (decimal): -11667670 or 2815821. OLE color: 2815821.

HSL color Cylindrical-coordinate representation of color #4DF72A: hue angle of 109.76º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4DF72A is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 247 42 -
CMYK 0.69 0 0.83 0.03
HSL 109.76º 0.93% 0.57% -
HSV(B) 109.76º 0.83% 0.97% -
XYZ 36.74 68.27 13.43 -
YUV 172.8 54.18 59.67 -
System Red Green Blue C M Y K H S L
Decimal 77 247 42 0.69 0 0.83 0.03 109.76 0.93 0.57
Hex 4D F7 2A 45 0 53 3 6E 5D 39
Octal 115 367 52 105 0 123 3 156 135 71
Binary 1001101 11110111 101010 1000101 0 1010011 11 1101110 1011101 111001

Color Harmonies of #4DF72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF72A

Black with #4DF72A

Text Example


Text Example

White with #4DF72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,247,42); }

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

background-color css

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

 a { background-color: rgb(77,247,42); }

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

border-color css

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

 span { border-color: rgb(77,247,42); }

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