Html Css Color HEX #4EF20D Harlequin

📋 copy color: '#4EF20D'

red 78 ◦ green 242 ◦ blue 13

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

Shades of Harlequin #4EF20D

Tints of Harlequin #4EF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.67%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 23.42%
G = 72.67%
B = 3.9%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#4EF20D (or 0x4EF20D) is known color: Harlequin. HEX triplet: 4E, F2 and 0D. RGB value is (78,242,13). Sum of RGB (Red+Green+Blue) = 78+242+13=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF20D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF20D is #B10DF2. Grayscale: #A7A7A7. Windows color (decimal): -11603443 or 913998. OLE color: 913998.

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

Color convert

RGB 78 242 13 -
CMYK 0.68 0 0.95 0.05
HSL 102.97º 0.9% 0.5% -
HSV(B) 102.97º 0.95% 0.95% -
XYZ 34.97 65.15 11.11 -
YUV 166.86 41.17 64.62 -
System Red Green Blue C M Y K H S L
Decimal 78 242 13 0.68 0 0.95 0.05 102.97 0.9 0.5
Hex 4E F2 D 44 0 5F 5 67 5A 32
Octal 116 362 15 104 0 137 5 147 132 62
Binary 1001110 11110010 1101 1000100 0 1011111 101 1100111 1011010 110010

Color Harmonies of #4EF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF20D

Black with #4EF20D

Text Example


Text Example

White with #4EF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,242,13); }

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

background-color css

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

 a { background-color: rgb(78,242,13); }

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

border-color css

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

 span { border-color: rgb(78,242,13); }

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