Html Css Color HEX #4FDD01 Harlequin

📋 copy color: '#4FDD01'

red 79 ◦ green 221 ◦ blue 1

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

Shades of Harlequin #4FDD01

Tints of Harlequin #4FDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.42%

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

R = 26.25%
G = 73.42%
B = 0.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#4FDD01 (or 0x4FDD01) is known color: Harlequin. HEX triplet: 4F, DD and 01. RGB value is (79,221,1). Sum of RGB (Red+Green+Blue) = 79+221+1=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDD01 is #B022FE. Grayscale: #9A9A9A. Windows color (decimal): -11543295 or 122191. OLE color: 122191.

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

Color convert

RGB 79 221 1 -
CMYK 0.64 0 1.00 0.13
HSL 98.73º 0.99% 0.44% -
HSV(B) 98.73º 1% 0.87% -
XYZ 29.09 53.38 8.8 -
YUV 153.46 41.96 74.89 -
System Red Green Blue C M Y K H S L
Decimal 79 221 1 0.64 0 1.00 0.13 98.73 0.99 0.44
Hex 4F DD 1 40 0 64 D 63 63 2C
Octal 117 335 1 100 0 144 15 143 143 54
Binary 1001111 11011101 1 1000000 0 1100100 1101 1100011 1100011 101100

Color Harmonies of #4FDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDD01

Black with #4FDD01

Text Example


Text Example

White with #4FDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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