Html Css Color HEX #4DE600 Harlequin

📋 copy color: '#4DE600'

red 77 ◦ green 230 ◦ blue 0

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

Shades of Harlequin #4DE600

Tints of Harlequin #4DE600

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.92%

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

R = 25.08%
G = 74.92%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#4DE600 (or 0x4DE600) is known color: Harlequin. HEX triplet: 4D, E6 and 00. RGB value is (77,230,0). Sum of RGB (Red+Green+Blue) = 77+230+0=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #4DE600 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE600 is #B219FF. Grayscale: #9E9E9E. Windows color (decimal): -11672064 or 58957. OLE color: 58957.

HSL color Cylindrical-coordinate representation of color #4DE600: hue angle of 99.91º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4DE600 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 77 230 0 -
CMYK 0.67 0 1 0.10
HSL 99.91º 1% 0.45% -
HSV(B) 99.91º 1% 0.9% -
XYZ 31.36 58.17 9.58 -
YUV 158.03 38.81 70.2 -
System Red Green Blue C M Y K H S L
Decimal 77 230 0 0.67 0 1 0.10 99.91 1 0.45
Hex 4D E6 0 43 0 64 A 64 64 2D
Octal 115 346 0 103 0 144 12 144 144 55
Binary 1001101 11100110 0 1000011 0 1100100 1010 1100100 1100100 101101

Color Harmonies of #4DE600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE600

Black with #4DE600

Text Example


Text Example

White with #4DE600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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