Html Css Color HEX #4DF614 Harlequin

📋 copy color: '#4DF614'

red 77 ◦ green 246 ◦ blue 20

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

Shades of Harlequin #4DF614

Tints of Harlequin #4DF614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 22.45%
G = 71.72%
B = 5.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#4DF614 (or 0x4DF614) is known color: Harlequin. HEX triplet: 4D, F6 and 14. RGB value is (77,246,20). Sum of RGB (Red+Green+Blue) = 77+246+20=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 246 (96.48% from 255 or 71.72% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF614 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF614 is #B209EB. Grayscale: #AAAAAA. Windows color (decimal): -11667948 or 1373773. OLE color: 1373773.

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

Color convert

RGB 77 246 20 -
CMYK 0.69 0 0.92 0.04
HSL 104.87º 0.93% 0.52% -
HSV(B) 104.87º 0.92% 0.96% -
XYZ 36.14 67.54 11.79 -
YUV 169.71 43.51 61.88 -
System Red Green Blue C M Y K H S L
Decimal 77 246 20 0.69 0 0.92 0.04 104.87 0.93 0.52
Hex 4D F6 14 45 0 5C 4 69 5D 34
Octal 115 366 24 105 0 134 4 151 135 64
Binary 1001101 11110110 10100 1000101 0 1011100 100 1101001 1011101 110100

Color Harmonies of #4DF614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF614

Black with #4DF614

Text Example


Text Example

White with #4DF614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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