Html Css Color HEX #4DFC20 Harlequin

📋 copy color: '#4DFC20'

red 77 ◦ green 252 ◦ blue 32

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

Shades of Harlequin #4DFC20

Tints of Harlequin #4DFC20

RGB

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

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

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

R = 21.33%
G = 69.81%
B = 8.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#4DFC20 (or 0x4DFC20) is known color: Harlequin. HEX triplet: 4D, FC and 20. RGB value is (77,252,32). Sum of RGB (Red+Green+Blue) = 77+252+32=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 252 (98.83% from 255 or 69.81% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 252 - color contains mainly: green. Hex color #4DFC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFC20 is #B203DF. Grayscale: #AFAFAF. Windows color (decimal): -11666400 or 2161741. OLE color: 2161741.

HSL color Cylindrical-coordinate representation of color #4DFC20: hue angle of 107.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4DFC20 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 252 32 -
CMYK 0.69 0 0.87 0.01
HSL 107.73º 0.97% 0.56% -
HSV(B) 107.73º 0.87% 0.99% -
XYZ 38.13 71.3 13.12 -
YUV 174.6 47.52 58.39 -
System Red Green Blue C M Y K H S L
Decimal 77 252 32 0.69 0 0.87 0.01 107.73 0.97 0.56
Hex 4D FC 20 45 0 57 1 6C 61 38
Octal 115 374 40 105 0 127 1 154 141 70
Binary 1001101 11111100 100000 1000101 0 1010111 1 1101100 1100001 111000

Color Harmonies of #4DFC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFC20

Black with #4DFC20

Text Example


Text Example

White with #4DFC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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