Html Css Color HEX #4DF501 Harlequin

📋 copy color: '#4DF501'

red 77 ◦ green 245 ◦ blue 1

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

Shades of Harlequin #4DF501

Tints of Harlequin #4DF501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 75.85%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 23.84%
G = 75.85%
B = 0.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#4DF501 (or 0x4DF501) is known color: Harlequin. HEX triplet: 4D, F5 and 01. RGB value is (77,245,1). Sum of RGB (Red+Green+Blue) = 77+245+1=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 245 (96.09% from 255 or 75.85% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 245 - color contains mainly: green. Hex color #4DF501 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF501 is #B20AFE. Grayscale: #A7A7A7. Windows color (decimal): -11668223 or 128333. OLE color: 128333.

HSL color Cylindrical-coordinate representation of color #4DF501: hue angle of 101.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DF501 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 245 1 -
CMYK 0.69 0 1.00 0.04
HSL 101.31º 0.99% 0.48% -
HSV(B) 101.31º 1% 0.96% -
XYZ 35.72 66.88 11.06 -
YUV 166.95 34.34 63.84 -
System Red Green Blue C M Y K H S L
Decimal 77 245 1 0.69 0 1.00 0.04 101.31 0.99 0.48
Hex 4D F5 1 45 0 64 4 65 63 30
Octal 115 365 1 105 0 144 4 145 143 60
Binary 1001101 11110101 1 1000101 0 1100100 100 1100101 1100011 110000

Color Harmonies of #4DF501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF501

Black with #4DF501

Text Example


Text Example

White with #4DF501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,245,1); }

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

background-color css

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

 a { background-color: rgb(77,245,1); }

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

border-color css

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

 span { border-color: rgb(77,245,1); }

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