Html Css Color HEX #4DEF00 Harlequin

📋 copy color: '#4DEF00'

red 77 ◦ green 239 ◦ blue 0

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

Shades of Harlequin #4DEF00

Tints of Harlequin #4DEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 75.63%

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

R = 24.37%
G = 75.63%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#4DEF00 (or 0x4DEF00) is known color: Harlequin. HEX triplet: 4D, EF and 00. RGB value is (77,239,0). Sum of RGB (Red+Green+Blue) = 77+239+0=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 239 (93.75% from 255 or 75.63% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEF00 is #B210FF. Grayscale: #A4A4A4. Windows color (decimal): -11669760 or 61261. OLE color: 61261.

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

Color convert

RGB 77 239 0 -
CMYK 0.68 0 1 0.06
HSL 100.67º 1% 0.47% -
HSV(B) 100.67º 1% 0.94% -
XYZ 33.93 63.31 10.43 -
YUV 163.32 35.83 66.43 -
System Red Green Blue C M Y K H S L
Decimal 77 239 0 0.68 0 1 0.06 100.67 1 0.47
Hex 4D EF 0 44 0 64 6 65 64 2F
Octal 115 357 0 104 0 144 6 145 144 57
Binary 1001101 11101111 0 1000100 0 1100100 110 1100101 1100100 101111

Color Harmonies of #4DEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DEF00

Black with #4DEF00

Text Example


Text Example

White with #4DEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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