Html Css Color HEX #4DFA14 Harlequin

📋 copy color: '#4DFA14'

red 77 ◦ green 250 ◦ blue 20

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

Shades of Harlequin #4DFA14

Tints of Harlequin #4DFA14

RGB

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

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

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

R = 22.19%
G = 72.05%
B = 5.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#4DFA14 (or 0x4DFA14) is known color: Harlequin. HEX triplet: 4D, FA and 14. RGB value is (77,250,20). Sum of RGB (Red+Green+Blue) = 77+250+20=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 250 (98.05% from 255 or 72.05% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFA14 is #B205EB. Grayscale: #ACACAC. Windows color (decimal): -11666924 or 1374797. OLE color: 1374797.

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

Color convert

RGB 77 250 20 -
CMYK 0.69 0 0.92 0.02
HSL 105.13º 0.96% 0.53% -
HSV(B) 105.13º 0.92% 0.98% -
XYZ 37.37 70 12.2 -
YUV 172.05 42.19 60.2 -
System Red Green Blue C M Y K H S L
Decimal 77 250 20 0.69 0 0.92 0.02 105.13 0.96 0.53
Hex 4D FA 14 45 0 5C 2 69 60 35
Octal 115 372 24 105 0 134 2 151 140 65
Binary 1001101 11111010 10100 1000101 0 1011100 10 1101001 1100000 110101

Color Harmonies of #4DFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA14

Black with #4DFA14

Text Example


Text Example

White with #4DFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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