Html Css Color HEX #4DF00A Harlequin

📋 copy color: '#4DF00A'

red 77 ◦ green 240 ◦ blue 10

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

Shades of Harlequin #4DF00A

Tints of Harlequin #4DF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 73.39%

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 23.55%
G = 73.39%
B = 3.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#4DF00A (or 0x4DF00A) is known color: Harlequin. HEX triplet: 4D, F0 and 0A. RGB value is (77,240,10). Sum of RGB (Red+Green+Blue) = 77+240+10=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF00A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF00A is #B20FF5. Grayscale: #A5A5A5. Windows color (decimal): -11669494 or 716877. OLE color: 716877.

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

Color convert

RGB 77 240 10 -
CMYK 0.68 0 0.96 0.06
HSL 102.52º 0.92% 0.49% -
HSV(B) 102.52º 0.96% 0.94% -
XYZ 34.28 63.92 10.82 -
YUV 165.04 40.5 65.2 -
System Red Green Blue C M Y K H S L
Decimal 77 240 10 0.68 0 0.96 0.06 102.52 0.92 0.49
Hex 4D F0 A 44 0 60 6 67 5C 31
Octal 115 360 12 104 0 140 6 147 134 61
Binary 1001101 11110000 1010 1000100 0 1100000 110 1100111 1011100 110001

Color Harmonies of #4DF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF00A

Black with #4DF00A

Text Example


Text Example

White with #4DF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,240,10); }

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

background-color css

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

 a { background-color: rgb(77,240,10); }

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

border-color css

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

 span { border-color: rgb(77,240,10); }

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