Html Css Color HEX #4DFB20 Harlequin

📋 copy color: '#4DFB20'

red 77 ◦ green 251 ◦ blue 32

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

Shades of Harlequin #4DFB20

Tints of Harlequin #4DFB20

RGB

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

 GREEN value IS 251 (98.44% from 255) = 69.72%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 21.39%
G = 69.72%
B = 8.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#4DFB20 (or 0x4DFB20) is known color: Harlequin. HEX triplet: 4D, FB and 20. RGB value is (77,251,32). Sum of RGB (Red+Green+Blue) = 77+251+32=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFB20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFB20 is #B204DF. Grayscale: #AEAEAE. Windows color (decimal): -11666656 or 2161485. OLE color: 2161485.

HSL color Cylindrical-coordinate representation of color #4DFB20: hue angle of 107.67º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFB20 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 251 32 -
CMYK 0.69 0 0.87 0.02
HSL 107.67º 0.96% 0.55% -
HSV(B) 107.67º 0.87% 0.98% -
XYZ 37.82 70.68 13.02 -
YUV 174.01 47.85 58.81 -
System Red Green Blue C M Y K H S L
Decimal 77 251 32 0.69 0 0.87 0.02 107.67 0.96 0.55
Hex 4D FB 20 45 0 57 2 6C 60 37
Octal 115 373 40 105 0 127 2 154 140 67
Binary 1001101 11111011 100000 1000101 0 1010111 10 1101100 1100000 110111

Color Harmonies of #4DFB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFB20

Black with #4DFB20

Text Example


Text Example

White with #4DFB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,251,32); }

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

background-color css

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

 a { background-color: rgb(77,251,32); }

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

border-color css

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

 span { border-color: rgb(77,251,32); }

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