Html Css Color HEX #4DF60E Harlequin

📋 copy color: '#4DF60E'

red 77 ◦ green 246 ◦ blue 14

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

Shades of Harlequin #4DF60E

Tints of Harlequin #4DF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 73%

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

R = 22.85%
G = 73%
B = 4.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#4DF60E (or 0x4DF60E) is known color: Harlequin. HEX triplet: 4D, F6 and 0E. RGB value is (77,246,14). Sum of RGB (Red+Green+Blue) = 77+246+14=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 246 (96.48% from 255 or 73.00% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF60E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF60E is #B209F1. Grayscale: #A9A9A9. Windows color (decimal): -11667954 or 980557. OLE color: 980557.

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

Color convert

RGB 77 246 14 -
CMYK 0.69 0 0.94 0.04
HSL 103.71º 0.93% 0.51% -
HSV(B) 103.71º 0.94% 0.96% -
XYZ 36.1 67.52 11.55 -
YUV 169.02 40.51 62.36 -
System Red Green Blue C M Y K H S L
Decimal 77 246 14 0.69 0 0.94 0.04 103.71 0.93 0.51
Hex 4D F6 E 45 0 5E 4 68 5D 33
Octal 115 366 16 105 0 136 4 150 135 63
Binary 1001101 11110110 1110 1000101 0 1011110 100 1101000 1011101 110011

Color Harmonies of #4DF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF60E

Black with #4DF60E

Text Example


Text Example

White with #4DF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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