Html Css Color HEX #4DF100 Harlequin

📋 copy color: '#4DF100'

red 77 ◦ green 241 ◦ blue 0

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

Shades of Harlequin #4DF100

Tints of Harlequin #4DF100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.21%
G = 75.79%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#4DF100 (or 0x4DF100) is known color: Harlequin. HEX triplet: 4D, F1 and 00. RGB value is (77,241,0). Sum of RGB (Red+Green+Blue) = 77+241+0=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 241 (94.53% from 255 or 75.79% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF100 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF100 is #B20EFF. Grayscale: #A5A5A5. Windows color (decimal): -11669248 or 61773. OLE color: 61773.

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

Color convert

RGB 77 241 0 -
CMYK 0.68 0 1 0.05
HSL 100.83º 1% 0.47% -
HSV(B) 100.83º 1% 0.95% -
XYZ 34.52 64.49 10.63 -
YUV 164.49 35.17 65.6 -
System Red Green Blue C M Y K H S L
Decimal 77 241 0 0.68 0 1 0.05 100.83 1 0.47
Hex 4D F1 0 44 0 64 5 65 64 2F
Octal 115 361 0 104 0 144 5 145 144 57
Binary 1001101 11110001 0 1000100 0 1100100 101 1100101 1100100 101111

Color Harmonies of #4DF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF100

Black with #4DF100

Text Example


Text Example

White with #4DF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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