Html Css Color HEX #4DFD00 Harlequin

📋 copy color: '#4DFD00'

red 77 ◦ green 253 ◦ blue 0

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

Shades of Harlequin #4DFD00

Tints of Harlequin #4DFD00

RGB

 RED value IS 77 (30.47% from 255) = 23.33%

 GREEN value IS 253 (99.22% from 255) = 76.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.33%
G = 76.67%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#4DFD00 (or 0x4DFD00) is known color: Harlequin. HEX triplet: 4D, FD and 00. RGB value is (77,253,0). Sum of RGB (Red+Green+Blue) = 77+253+0=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 253 (99.22% from 255 or 76.67% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFD00 is #B202FF. Grayscale: #ACACAC. Windows color (decimal): -11666176 or 64845. OLE color: 64845.

HSL color Cylindrical-coordinate representation of color #4DFD00: hue angle of 101.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DFD00 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 253 0 -
CMYK 0.70 0 1 0.01
HSL 101.74º 1% 0.5% -
HSV(B) 101.74º 1% 0.99% -
XYZ 38.19 71.83 11.85 -
YUV 171.53 31.19 60.57 -
System Red Green Blue C M Y K H S L
Decimal 77 253 0 0.70 0 1 0.01 101.74 1 0.5
Hex 4D FD 0 46 0 64 1 66 64 32
Octal 115 375 0 106 0 144 1 146 144 62
Binary 1001101 11111101 0 1000110 0 1100100 1 1100110 1100100 110010

Color Harmonies of #4DFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFD00

Black with #4DFD00

Text Example


Text Example

White with #4DFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,253,0); }

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

background-color css

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

 a { background-color: rgb(77,253,0); }

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

border-color css

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

 span { border-color: rgb(77,253,0); }

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