Html Css Color HEX #4DEF20 Harlequin

📋 copy color: '#4DEF20'

red 77 ◦ green 239 ◦ blue 32

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

Shades of Harlequin #4DEF20

Tints of Harlequin #4DEF20

RGB

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

 GREEN value IS 239 (93.75% from 255) = 68.68%

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

R = 22.13%
G = 68.68%
B = 9.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#4DEF20 (or 0x4DEF20) is known color: Harlequin. HEX triplet: 4D, EF and 20. RGB value is (77,239,32). Sum of RGB (Red+Green+Blue) = 77+239+32=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 239 (93.75% from 255 or 68.68% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEF20 is #B210DF. Grayscale: #A7A7A7. Windows color (decimal): -11669728 or 2158413. OLE color: 2158413.

HSL color Cylindrical-coordinate representation of color #4DEF20: hue angle of 106.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DEF20 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 239 32 -
CMYK 0.68 0 0.87 0.06
HSL 106.96º 0.87% 0.53% -
HSV(B) 106.96º 0.87% 0.94% -
XYZ 34.19 63.42 11.8 -
YUV 166.96 51.83 63.83 -
System Red Green Blue C M Y K H S L
Decimal 77 239 32 0.68 0 0.87 0.06 106.96 0.87 0.53
Hex 4D EF 20 44 0 57 6 6B 57 35
Octal 115 357 40 104 0 127 6 153 127 65
Binary 1001101 11101111 100000 1000100 0 1010111 110 1101011 1010111 110101

Color Harmonies of #4DEF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEF20

Black with #4DEF20

Text Example


Text Example

White with #4DEF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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