Html Css Color HEX #4DF920 Harlequin

📋 copy color: '#4DF920'

red 77 ◦ green 249 ◦ blue 32

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

Shades of Harlequin #4DF920

Tints of Harlequin #4DF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 69.55%

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

R = 21.51%
G = 69.55%
B = 8.94%

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

#4DF920 (or 0x4DF920) is known color: Harlequin. HEX triplet: 4D, F9 and 20. RGB value is (77,249,32). Sum of RGB (Red+Green+Blue) = 77+249+32=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF920 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF920 is #B206DF. Grayscale: #ADADAD. Windows color (decimal): -11667168 or 2160973. OLE color: 2160973.

HSL color Cylindrical-coordinate representation of color #4DF920: hue angle of 107.56º degrees, saturation: 0.95, 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 #4DF920 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 249 32 -
CMYK 0.69 0 0.87 0.02
HSL 107.56º 0.95% 0.55% -
HSV(B) 107.56º 0.87% 0.98% -
XYZ 37.2 69.43 12.81 -
YUV 172.83 48.52 59.64 -
System Red Green Blue C M Y K H S L
Decimal 77 249 32 0.69 0 0.87 0.02 107.56 0.95 0.55
Hex 4D F9 20 45 0 57 2 6C 5F 37
Octal 115 371 40 105 0 127 2 154 137 67
Binary 1001101 11111001 100000 1000101 0 1010111 10 1101100 1011111 110111

Color Harmonies of #4DF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF920

Black with #4DF920

Text Example


Text Example

White with #4DF920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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