Html Css Color HEX #4FEC14 Harlequin

📋 copy color: '#4FEC14'

red 79 ◦ green 236 ◦ blue 20

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

Shades of Harlequin #4FEC14

Tints of Harlequin #4FEC14

RGB

 RED value IS 79 (31.25% from 255) = 23.58%

 GREEN value IS 236 (92.58% from 255) = 70.45%

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

R = 23.58%
G = 70.45%
B = 5.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#4FEC14 (or 0x4FEC14) is known color: Harlequin. HEX triplet: 4F, EC and 14. RGB value is (79,236,20). Sum of RGB (Red+Green+Blue) = 79+236+20=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEC14 is #B013EB. Grayscale: #A5A5A5. Windows color (decimal): -11539436 or 1371215. OLE color: 1371215.

HSL color Cylindrical-coordinate representation of color #4FEC14: hue angle of 103.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FEC14 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 236 20 -
CMYK 0.67 0 0.92 0.07
HSL 103.61º 0.85% 0.5% -
HSV(B) 103.61º 0.92% 0.93% -
XYZ 33.35 61.7 10.81 -
YUV 164.43 46.49 67.06 -
System Red Green Blue C M Y K H S L
Decimal 79 236 20 0.67 0 0.92 0.07 103.61 0.85 0.5
Hex 4F EC 14 43 0 5C 7 68 55 32
Octal 117 354 24 103 0 134 7 150 125 62
Binary 1001111 11101100 10100 1000011 0 1011100 111 1101000 1010101 110010

Color Harmonies of #4FEC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEC14

Black with #4FEC14

Text Example


Text Example

White with #4FEC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,236,20); }

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

background-color css

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

 a { background-color: rgb(79,236,20); }

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

border-color css

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

 span { border-color: rgb(79,236,20); }

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