Html Css Color HEX #4DE100 Harlequin

📋 copy color: '#4DE100'

red 77 ◦ green 225 ◦ blue 0

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

Shades of Harlequin #4DE100

Tints of Harlequin #4DE100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.5%

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

R = 25.5%
G = 74.5%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#4DE100 (or 0x4DE100) is known color: Harlequin. HEX triplet: 4D, E1 and 00. RGB value is (77,225,0). Sum of RGB (Red+Green+Blue) = 77+225+0=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE100 is #B21EFF. Grayscale: #9B9B9B. Windows color (decimal): -11673344 or 57677. OLE color: 57677.

HSL color Cylindrical-coordinate representation of color #4DE100: hue angle of 99.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DE100 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 225 0 -
CMYK 0.66 0 1 0.12
HSL 99.47º 1% 0.44% -
HSV(B) 99.47º 1% 0.88% -
XYZ 29.99 55.43 9.12 -
YUV 155.1 40.47 72.3 -
System Red Green Blue C M Y K H S L
Decimal 77 225 0 0.66 0 1 0.12 99.47 1 0.44
Hex 4D E1 0 42 0 64 C 63 64 2C
Octal 115 341 0 102 0 144 14 143 144 54
Binary 1001101 11100001 0 1000010 0 1100100 1100 1100011 1100100 101100

Color Harmonies of #4DE100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE100

Black with #4DE100

Text Example


Text Example

White with #4DE100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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