Html Css Color HEX #4DE520 Harlequin

📋 copy color: '#4DE520'

red 77 ◦ green 229 ◦ blue 32

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

Shades of Harlequin #4DE520

Tints of Harlequin #4DE520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 67.75%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 22.78%
G = 67.75%
B = 9.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#4DE520 (or 0x4DE520) is known color: Harlequin. HEX triplet: 4D, E5 and 20. RGB value is (77,229,32). Sum of RGB (Red+Green+Blue) = 77+229+32=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE520 is #B21ADF. Grayscale: #A1A1A1. Windows color (decimal): -11672288 or 2155853. OLE color: 2155853.

HSL color Cylindrical-coordinate representation of color #4DE520: hue angle of 106.29º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DE520 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 77 229 32 -
CMYK 0.66 0 0.86 0.10
HSL 106.29º 0.79% 0.51% -
HSV(B) 106.29º 0.86% 0.9% -
XYZ 31.34 57.72 10.86 -
YUV 161.09 55.14 68.02 -
System Red Green Blue C M Y K H S L
Decimal 77 229 32 0.66 0 0.86 0.10 106.29 0.79 0.51
Hex 4D E5 20 42 0 56 A 6A 4F 33
Octal 115 345 40 102 0 126 12 152 117 63
Binary 1001101 11100101 100000 1000010 0 1010110 1010 1101010 1001111 110011

Color Harmonies of #4DE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE520

Black with #4DE520

Text Example


Text Example

White with #4DE520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,229,32); }

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

background-color css

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

 a { background-color: rgb(77,229,32); }

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

border-color css

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

 span { border-color: rgb(77,229,32); }

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