Html Css Color HEX #4DEC14 Harlequin

📋 copy color: '#4DEC14'

red 77 ◦ green 236 ◦ blue 20

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

Shades of Harlequin #4DEC14

Tints of Harlequin #4DEC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 23.12%
G = 70.87%
B = 6.01%

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

#4DEC14 (or 0x4DEC14) is known color: Harlequin. HEX triplet: 4D, EC and 14. RGB value is (77,236,20). Sum of RGB (Red+Green+Blue) = 77+236+20=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC14 is #B213EB. Grayscale: #A4A4A4. Windows color (decimal): -11670508 or 1371213. OLE color: 1371213.

HSL color Cylindrical-coordinate representation of color #4DEC14: hue angle of 104.17º 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 #4DEC14 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 236 20 -
CMYK 0.67 0 0.92 0.07
HSL 104.17º 0.85% 0.5% -
HSV(B) 104.17º 0.92% 0.93% -
XYZ 33.18 61.62 10.81 -
YUV 163.84 46.82 66.06 -
System Red Green Blue C M Y K H S L
Decimal 77 236 20 0.67 0 0.92 0.07 104.17 0.85 0.5
Hex 4D EC 14 43 0 5C 7 68 55 32
Octal 115 354 24 103 0 134 7 150 125 62
Binary 1001101 11101100 10100 1000011 0 1011100 111 1101000 1010101 110010

Color Harmonies of #4DEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEC14

Black with #4DEC14

Text Example


Text Example

White with #4DEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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