Html Css Color HEX #4FF014 Harlequin

📋 copy color: '#4FF014'

red 79 ◦ green 240 ◦ blue 20

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

Shades of Harlequin #4FF014

Tints of Harlequin #4FF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.8%

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

R = 23.3%
G = 70.8%
B = 5.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#4FF014 (or 0x4FF014) is known color: Harlequin. HEX triplet: 4F, F0 and 14. RGB value is (79,240,20). Sum of RGB (Red+Green+Blue) = 79+240+20=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #4FF014 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF014 is #B00FEB. Grayscale: #A7A7A7. Windows color (decimal): -11538412 or 1372239. OLE color: 1372239.

HSL color Cylindrical-coordinate representation of color #4FF014: hue angle of 103.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FF014 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 240 20 -
CMYK 0.67 0 0.92 0.06
HSL 103.91º 0.88% 0.51% -
HSV(B) 103.91º 0.92% 0.94% -
XYZ 34.51 64.03 11.2 -
YUV 166.78 45.16 65.39 -
System Red Green Blue C M Y K H S L
Decimal 79 240 20 0.67 0 0.92 0.06 103.91 0.88 0.51
Hex 4F F0 14 43 0 5C 6 68 58 33
Octal 117 360 24 103 0 134 6 150 130 63
Binary 1001111 11110000 10100 1000011 0 1011100 110 1101000 1011000 110011

Color Harmonies of #4FF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF014

Black with #4FF014

Text Example


Text Example

White with #4FF014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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