Html Css Color HEX #4DFE00 Harlequin

📋 copy color: '#4DFE00'

red 77 ◦ green 254 ◦ blue 0

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

Shades of Harlequin #4DFE00

Tints of Harlequin #4DFE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 76.74%

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

R = 23.26%
G = 76.74%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#4DFE00 (or 0x4DFE00) is known color: Harlequin. HEX triplet: 4D, FE and 00. RGB value is (77,254,0). Sum of RGB (Red+Green+Blue) = 77+254+0=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 254 (99.61% from 255 or 76.74% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE00 is #B201FF. Grayscale: #ACACAC. Windows color (decimal): -11665920 or 65101. OLE color: 65101.

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

Color convert

RGB 77 254 0 -
CMYK 0.70 0 1 0.00
HSL 101.81º 1% 0.5% -
HSV(B) 101.81º 1% 1% -
XYZ 38.5 72.46 11.96 -
YUV 172.12 30.86 60.15 -
System Red Green Blue C M Y K H S L
Decimal 77 254 0 0.70 0 1 0.00 101.81 1 0.5
Hex 4D FE 0 46 0 64 0 66 64 32
Octal 115 376 0 106 0 144 0 146 144 62
Binary 1001101 11111110 0 1000110 0 1100100 0 1100110 1100100 110010

Color Harmonies of #4DFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE00

Black with #4DFE00

Text Example


Text Example

White with #4DFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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