Html Css Color HEX #4DF120 Harlequin

📋 copy color: '#4DF120'

red 77 ◦ green 241 ◦ blue 32

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

Shades of Harlequin #4DF120

Tints of Harlequin #4DF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.86%

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

R = 22%
G = 68.86%
B = 9.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#4DF120 (or 0x4DF120) is known color: Harlequin. HEX triplet: 4D, F1 and 20. RGB value is (77,241,32). Sum of RGB (Red+Green+Blue) = 77+241+32=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF120 is #B20EDF. Grayscale: #A8A8A8. Windows color (decimal): -11669216 or 2158925. OLE color: 2158925.

HSL color Cylindrical-coordinate representation of color #4DF120: hue angle of 107.08º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DF120 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 241 32 -
CMYK 0.68 0 0.87 0.05
HSL 107.08º 0.88% 0.54% -
HSV(B) 107.08º 0.87% 0.95% -
XYZ 34.78 64.59 12 -
YUV 168.14 51.17 62.99 -
System Red Green Blue C M Y K H S L
Decimal 77 241 32 0.68 0 0.87 0.05 107.08 0.88 0.54
Hex 4D F1 20 44 0 57 5 6B 58 36
Octal 115 361 40 104 0 127 5 153 130 66
Binary 1001101 11110001 100000 1000100 0 1010111 101 1101011 1011000 110110

Color Harmonies of #4DF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF120

Black with #4DF120

Text Example


Text Example

White with #4DF120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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