Html Css Color HEX #4EFA0A Harlequin

📋 copy color: '#4EFA0A'

red 78 ◦ green 250 ◦ blue 10

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

Shades of Harlequin #4EFA0A

Tints of Harlequin #4EFA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 23.08%
G = 73.96%
B = 2.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#4EFA0A (or 0x4EFA0A) is known color: Harlequin. HEX triplet: 4E, FA and 0A. RGB value is (78,250,10). Sum of RGB (Red+Green+Blue) = 78+250+10=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 250 (98.05% from 255 or 73.96% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EFA0A is #B105F5. Grayscale: #ACACAC. Windows color (decimal): -11601398 or 719438. OLE color: 719438.

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

Color convert

RGB 78 250 10 -
CMYK 0.69 0 0.96 0.02
HSL 103º 0.96% 0.51% -
HSV(B) 103º 0.96% 0.98% -
XYZ 37.38 70.01 11.83 -
YUV 171.21 37.02 61.51 -
System Red Green Blue C M Y K H S L
Decimal 78 250 10 0.69 0 0.96 0.02 103 0.96 0.51
Hex 4E FA A 45 0 60 2 67 60 33
Octal 116 372 12 105 0 140 2 147 140 63
Binary 1001110 11111010 1010 1000101 0 1100000 10 1100111 1100000 110011

Color Harmonies of #4EFA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFA0A

Black with #4EFA0A

Text Example


Text Example

White with #4EFA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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