Html Css Color HEX #4EFA12 Harlequin

📋 copy color: '#4EFA12'

red 78 ◦ green 250 ◦ blue 18

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

Shades of Harlequin #4EFA12

Tints of Harlequin #4EFA12

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.25%

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

R = 22.54%
G = 72.25%
B = 5.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#4EFA12 (or 0x4EFA12) is known color: Harlequin. HEX triplet: 4E, FA and 12. RGB value is (78,250,18). Sum of RGB (Red+Green+Blue) = 78+250+18=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFA12 is #B105ED. Grayscale: #ACACAC. Windows color (decimal): -11601390 or 1243726. OLE color: 1243726.

HSL color Cylindrical-coordinate representation of color #4EFA12: hue angle of 104.48º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EFA12 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 250 18 -
CMYK 0.69 0 0.93 0.02
HSL 104.48º 0.96% 0.53% -
HSV(B) 104.48º 0.93% 0.98% -
XYZ 37.44 70.03 12.12 -
YUV 172.12 41.02 60.86 -
System Red Green Blue C M Y K H S L
Decimal 78 250 18 0.69 0 0.93 0.02 104.48 0.96 0.53
Hex 4E FA 12 45 0 5D 2 68 60 35
Octal 116 372 22 105 0 135 2 150 140 65
Binary 1001110 11111010 10010 1000101 0 1011101 10 1101000 1100000 110101

Color Harmonies of #4EFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFA12

Black with #4EFA12

Text Example


Text Example

White with #4EFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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