Html Css Color HEX #4DFC34 Harlequin

📋 copy color: '#4DFC34'

red 77 ◦ green 252 ◦ blue 52

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

Shades of Harlequin #4DFC34

Tints of Harlequin #4DFC34

RGB

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

 GREEN value IS 252 (98.83% from 255) = 66.14%

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

R = 20.21%
G = 66.14%
B = 13.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#4DFC34 (or 0x4DFC34) is known color: Harlequin. HEX triplet: 4D, FC and 34. RGB value is (77,252,52). Sum of RGB (Red+Green+Blue) = 77+252+52=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC34 is #B203CB. Grayscale: #B1B1B1. Windows color (decimal): -11666380 or 3472461. OLE color: 3472461.

HSL color Cylindrical-coordinate representation of color #4DFC34: hue angle of 112.5º degrees, saturation: 0.97, 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 #4DFC34 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 52 -
CMYK 0.69 0 0.79 0.01
HSL 112.5º 0.97% 0.6% -
HSV(B) 112.5º 0.79% 0.99% -
XYZ 38.49 71.45 15.01 -
YUV 176.88 57.52 56.76 -
System Red Green Blue C M Y K H S L
Decimal 77 252 52 0.69 0 0.79 0.01 112.5 0.97 0.6
Hex 4D FC 34 45 0 4F 1 70 61 3C
Octal 115 374 64 105 0 117 1 160 141 74
Binary 1001101 11111100 110100 1000101 0 1001111 1 1110000 1100001 111100

Color Harmonies of #4DFC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC34

Black with #4DFC34

Text Example


Text Example

White with #4DFC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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