Html Css Color HEX #4DFE04 Harlequin

📋 copy color: '#4DFE04'

red 77 ◦ green 254 ◦ blue 4

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

Shades of Harlequin #4DFE04

Tints of Harlequin #4DFE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 22.99%
G = 75.82%
B = 1.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#4DFE04 (or 0x4DFE04) is known color: Harlequin. HEX triplet: 4D, FE and 04. RGB value is (77,254,4). Sum of RGB (Red+Green+Blue) = 77+254+4=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #4DFE04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFE04 is #B201FB. Grayscale: #ADADAD. Windows color (decimal): -11665916 or 327245. OLE color: 327245.

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

Color convert

RGB 77 254 4 -
CMYK 0.70 0 0.98 0.00
HSL 102.48º 0.99% 0.51% -
HSV(B) 102.48º 0.98% 1% -
XYZ 38.52 72.47 12.07 -
YUV 172.58 32.86 59.83 -
System Red Green Blue C M Y K H S L
Decimal 77 254 4 0.70 0 0.98 0.00 102.48 0.99 0.51
Hex 4D FE 4 46 0 62 0 66 63 33
Octal 115 376 4 106 0 142 0 146 143 63
Binary 1001101 11111110 100 1000110 0 1100010 0 1100110 1100011 110011

Color Harmonies of #4DFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFE04

Black with #4DFE04

Text Example


Text Example

White with #4DFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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