Html Css Color HEX #4DF10E Harlequin

📋 copy color: '#4DF10E'

red 77 ◦ green 241 ◦ blue 14

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

Shades of Harlequin #4DF10E

Tints of Harlequin #4DF10E

RGB

 RED value IS 77 (30.47% from 255) = 23.19%

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

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 23.19%
G = 72.59%
B = 4.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#4DF10E (or 0x4DF10E) is known color: Harlequin. HEX triplet: 4D, F1 and 0E. RGB value is (77,241,14). Sum of RGB (Red+Green+Blue) = 77+241+14=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF10E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF10E is #B20EF1. Grayscale: #A6A6A6. Windows color (decimal): -11669234 or 979277. OLE color: 979277.

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

Color convert

RGB 77 241 14 -
CMYK 0.68 0 0.94 0.05
HSL 103.35º 0.89% 0.5% -
HSV(B) 103.35º 0.94% 0.95% -
XYZ 34.6 64.52 11.05 -
YUV 166.09 42.17 64.46 -
System Red Green Blue C M Y K H S L
Decimal 77 241 14 0.68 0 0.94 0.05 103.35 0.89 0.5
Hex 4D F1 E 44 0 5E 5 67 59 32
Octal 115 361 16 104 0 136 5 147 131 62
Binary 1001101 11110001 1110 1000100 0 1011110 101 1100111 1011001 110010

Color Harmonies of #4DF10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF10E

Black with #4DF10E

Text Example


Text Example

White with #4DF10E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,241,14); }

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

background-color css

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

 a { background-color: rgb(77,241,14); }

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

border-color css

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

 span { border-color: rgb(77,241,14); }

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