Html Css Color HEX #4DFD04 Harlequin

📋 copy color: '#4DFD04'

red 77 ◦ green 253 ◦ blue 4

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

Shades of Harlequin #4DFD04

Tints of Harlequin #4DFD04

RGB

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

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

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

R = 23.05%
G = 75.75%
B = 1.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#4DFD04 (or 0x4DFD04) is known color: Harlequin. HEX triplet: 4D, FD and 04. RGB value is (77,253,4). Sum of RGB (Red+Green+Blue) = 77+253+4=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 253 (99.22% from 255 or 75.75% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DFD04 is #B202FB. Grayscale: #ACACAC. Windows color (decimal): -11666172 or 326989. OLE color: 326989.

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

Color convert

RGB 77 253 4 -
CMYK 0.70 0 0.98 0.01
HSL 102.41º 0.98% 0.5% -
HSV(B) 102.41º 0.98% 0.99% -
XYZ 38.21 71.84 11.97 -
YUV 171.99 33.19 60.25 -
System Red Green Blue C M Y K H S L
Decimal 77 253 4 0.70 0 0.98 0.01 102.41 0.98 0.5
Hex 4D FD 4 46 0 62 1 66 62 32
Octal 115 375 4 106 0 142 1 146 142 62
Binary 1001101 11111101 100 1000110 0 1100010 1 1100110 1100010 110010

Color Harmonies of #4DFD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFD04

Black with #4DFD04

Text Example


Text Example

White with #4DFD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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