Html Css Color HEX #4FEA14 Harlequin

📋 copy color: '#4FEA14'

red 79 ◦ green 234 ◦ blue 20

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

Shades of Harlequin #4FEA14

Tints of Harlequin #4FEA14

RGB

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

 GREEN value IS 234 (91.8% from 255) = 70.27%

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

R = 23.72%
G = 70.27%
B = 6.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#4FEA14 (or 0x4FEA14) is known color: Harlequin. HEX triplet: 4F, EA and 14. RGB value is (79,234,20). Sum of RGB (Red+Green+Blue) = 79+234+20=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 234 (91.80% from 255 or 70.27% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEA14 is #B015EB. Grayscale: #A3A3A3. Windows color (decimal): -11539948 or 1370703. OLE color: 1370703.

HSL color Cylindrical-coordinate representation of color #4FEA14: hue angle of 103.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FEA14 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 20 -
CMYK 0.66 0 0.91 0.08
HSL 103.46º 0.84% 0.5% -
HSV(B) 103.46º 0.91% 0.92% -
XYZ 32.77 60.56 10.62 -
YUV 163.26 47.15 67.9 -
System Red Green Blue C M Y K H S L
Decimal 79 234 20 0.66 0 0.91 0.08 103.46 0.84 0.5
Hex 4F EA 14 42 0 5B 8 67 54 32
Octal 117 352 24 102 0 133 10 147 124 62
Binary 1001111 11101010 10100 1000010 0 1011011 1000 1100111 1010100 110010

Color Harmonies of #4FEA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEA14

Black with #4FEA14

Text Example


Text Example

White with #4FEA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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