Html Css Color HEX #4EED12 Harlequin

📋 copy color: '#4EED12'

red 78 ◦ green 237 ◦ blue 18

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

Shades of Harlequin #4EED12

Tints of Harlequin #4EED12

RGB

 RED value IS 78 (30.86% from 255) = 23.42%

 GREEN value IS 237 (92.97% from 255) = 71.17%

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 23.42%
G = 71.17%
B = 5.41%

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

#4EED12 (or 0x4EED12) is known color: Harlequin. HEX triplet: 4E, ED and 12. RGB value is (78,237,18). Sum of RGB (Red+Green+Blue) = 78+237+18=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED12 is #B112ED. Grayscale: #A5A5A5. Windows color (decimal): -11604718 or 1240398. OLE color: 1240398.

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

Color convert

RGB 78 237 18 -
CMYK 0.67 0 0.92 0.07
HSL 103.56º 0.86% 0.5% -
HSV(B) 103.56º 0.92% 0.93% -
XYZ 33.54 62.23 10.82 -
YUV 164.49 45.32 66.31 -
System Red Green Blue C M Y K H S L
Decimal 78 237 18 0.67 0 0.92 0.07 103.56 0.86 0.5
Hex 4E ED 12 43 0 5C 7 68 56 32
Octal 116 355 22 103 0 134 7 150 126 62
Binary 1001110 11101101 10010 1000011 0 1011100 111 1101000 1010110 110010

Color Harmonies of #4EED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EED12

Black with #4EED12

Text Example


Text Example

White with #4EED12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,237,18); }

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

background-color css

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

 a { background-color: rgb(78,237,18); }

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

border-color css

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

 span { border-color: rgb(78,237,18); }

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