Html Css Color HEX #4DEC13 Harlequin

📋 copy color: '#4DEC13'

red 77 ◦ green 236 ◦ blue 19

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

Shades of Harlequin #4DEC13

Tints of Harlequin #4DEC13

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.08%

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 23.19%
G = 71.08%
B = 5.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#4DEC13 (or 0x4DEC13) is known color: Harlequin. HEX triplet: 4D, EC and 13. RGB value is (77,236,19). Sum of RGB (Red+Green+Blue) = 77+236+19=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC13 is #B213EC. Grayscale: #A4A4A4. Windows color (decimal): -11670509 or 1305677. OLE color: 1305677.

HSL color Cylindrical-coordinate representation of color #4DEC13: hue angle of 103.96º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DEC13 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 19 -
CMYK 0.67 0 0.92 0.07
HSL 103.96º 0.85% 0.5% -
HSV(B) 103.96º 0.92% 0.93% -
XYZ 33.17 61.62 10.76 -
YUV 163.72 46.32 66.14 -
System Red Green Blue C M Y K H S L
Decimal 77 236 19 0.67 0 0.92 0.07 103.96 0.85 0.5
Hex 4D EC 13 43 0 5C 7 68 55 32
Octal 115 354 23 103 0 134 7 150 125 62
Binary 1001101 11101100 10011 1000011 0 1011100 111 1101000 1010101 110010

Color Harmonies of #4DEC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEC13

Black with #4DEC13

Text Example


Text Example

White with #4DEC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,236,19); }

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

background-color css

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

 a { background-color: rgb(77,236,19); }

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

border-color css

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

 span { border-color: rgb(77,236,19); }

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