Html Css Color HEX #4EF104 Harlequin

📋 copy color: '#4EF104'

red 78 ◦ green 241 ◦ blue 4

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

Shades of Harlequin #4EF104

Tints of Harlequin #4EF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.61%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 24.15%
G = 74.61%
B = 1.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#4EF104 (or 0x4EF104) is known color: Harlequin. HEX triplet: 4E, F1 and 04. RGB value is (78,241,4). Sum of RGB (Red+Green+Blue) = 78+241+4=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF104 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF104 is #B10EFB. Grayscale: #A6A6A6. Windows color (decimal): -11603708 or 323918. OLE color: 323918.

HSL color Cylindrical-coordinate representation of color #4EF104: hue angle of 101.27º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EF104 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 241 4 -
CMYK 0.68 0 0.98 0.05
HSL 101.27º 0.97% 0.48% -
HSV(B) 101.27º 0.98% 0.95% -
XYZ 34.62 64.54 10.75 -
YUV 165.25 37 65.77 -
System Red Green Blue C M Y K H S L
Decimal 78 241 4 0.68 0 0.98 0.05 101.27 0.97 0.48
Hex 4E F1 4 44 0 62 5 65 61 30
Octal 116 361 4 104 0 142 5 145 141 60
Binary 1001110 11110001 100 1000100 0 1100010 101 1100101 1100001 110000

Color Harmonies of #4EF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF104

Black with #4EF104

Text Example


Text Example

White with #4EF104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,241,4); }

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

background-color css

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

 a { background-color: rgb(78,241,4); }

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

border-color css

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

 span { border-color: rgb(78,241,4); }

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