Html Css Color HEX #4FDC01 Harlequin

📋 copy color: '#4FDC01'

red 79 ◦ green 220 ◦ blue 1

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

Shades of Harlequin #4FDC01

Tints of Harlequin #4FDC01

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.33%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 26.33%
G = 73.33%
B = 0.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#4FDC01 (or 0x4FDC01) is known color: Harlequin. HEX triplet: 4F, DC and 01. RGB value is (79,220,1). Sum of RGB (Red+Green+Blue) = 79+220+1=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDC01 is #B023FE. Grayscale: #999999. Windows color (decimal): -11543551 or 121935. OLE color: 121935.

HSL color Cylindrical-coordinate representation of color #4FDC01: hue angle of 98.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FDC01 is Cyan = 0.64, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 220 1 -
CMYK 0.64 0 1.00 0.14
HSL 98.63º 0.99% 0.43% -
HSV(B) 98.63º 1% 0.86% -
XYZ 28.82 52.85 8.71 -
YUV 152.88 42.29 75.31 -
System Red Green Blue C M Y K H S L
Decimal 79 220 1 0.64 0 1.00 0.14 98.63 0.99 0.43
Hex 4F DC 1 40 0 64 E 63 63 2B
Octal 117 334 1 100 0 144 16 143 143 53
Binary 1001111 11011100 1 1000000 0 1100100 1110 1100011 1100011 101011

Color Harmonies of #4FDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDC01

Black with #4FDC01

Text Example


Text Example

White with #4FDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,220,1); }

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

background-color css

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

 a { background-color: rgb(79,220,1); }

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

border-color css

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

 span { border-color: rgb(79,220,1); }

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