Html Css Color HEX #4EDF05 Harlequin

📋 copy color: '#4EDF05'

red 78 ◦ green 223 ◦ blue 5

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

Shades of Harlequin #4EDF05

Tints of Harlequin #4EDF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.88%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 25.49%
G = 72.88%
B = 1.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#4EDF05 (or 0x4EDF05) is known color: Harlequin. HEX triplet: 4E, DF and 05. RGB value is (78,223,5). Sum of RGB (Red+Green+Blue) = 78+223+5=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 223 (87.5% from 255 or 72.88% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EDF05 is #B120FA. Grayscale: #9B9B9B. Windows color (decimal): -11608315 or 384846. OLE color: 384846.

HSL color Cylindrical-coordinate representation of color #4EDF05: hue angle of 99.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EDF05 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 223 5 -
CMYK 0.65 0 0.98 0.13
HSL 99.91º 0.96% 0.45% -
HSV(B) 99.91º 0.98% 0.87% -
XYZ 29.56 54.41 9.09 -
YUV 154.79 43.46 73.23 -
System Red Green Blue C M Y K H S L
Decimal 78 223 5 0.65 0 0.98 0.13 99.91 0.96 0.45
Hex 4E DF 5 41 0 62 D 64 60 2D
Octal 116 337 5 101 0 142 15 144 140 55
Binary 1001110 11011111 101 1000001 0 1100010 1101 1100100 1100000 101101

Color Harmonies of #4EDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDF05

Black with #4EDF05

Text Example


Text Example

White with #4EDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,223,5); }

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

background-color css

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

 a { background-color: rgb(78,223,5); }

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

border-color css

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

 span { border-color: rgb(78,223,5); }

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