Html Css Color HEX #4DFD34 Harlequin

📋 copy color: '#4DFD34'

red 77 ◦ green 253 ◦ blue 52

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

Shades of Harlequin #4DFD34

Tints of Harlequin #4DFD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.61%

R = 20.16%
G = 66.23%
B = 13.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#4DFD34 (or 0x4DFD34) is known color: Harlequin. HEX triplet: 4D, FD and 34. RGB value is (77,253,52). Sum of RGB (Red+Green+Blue) = 77+253+52=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #4DFD34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFD34 is #B202CB. Grayscale: #B2B2B2. Windows color (decimal): -11666124 or 3472717. OLE color: 3472717.

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

Color convert

RGB 77 253 52 -
CMYK 0.70 0 0.79 0.01
HSL 112.54º 0.98% 0.6% -
HSV(B) 112.54º 0.79% 0.99% -
XYZ 38.81 72.08 15.12 -
YUV 177.46 57.19 56.34 -
System Red Green Blue C M Y K H S L
Decimal 77 253 52 0.70 0 0.79 0.01 112.54 0.98 0.6
Hex 4D FD 34 46 0 4F 1 71 62 3C
Octal 115 375 64 106 0 117 1 161 142 74
Binary 1001101 11111101 110100 1000110 0 1001111 1 1110001 1100010 111100

Color Harmonies of #4DFD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFD34

Black with #4DFD34

Text Example


Text Example

White with #4DFD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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