Html Css Color HEX #4DF112 Harlequin

📋 copy color: '#4DF112'

red 77 ◦ green 241 ◦ blue 18

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

Shades of Harlequin #4DF112

Tints of Harlequin #4DF112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 22.92%
G = 71.73%
B = 5.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#4DF112 (or 0x4DF112) is known color: Harlequin. HEX triplet: 4D, F1 and 12. RGB value is (77,241,18). Sum of RGB (Red+Green+Blue) = 77+241+18=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF112 is #B20EED. Grayscale: #A7A7A7. Windows color (decimal): -11669230 or 1241421. OLE color: 1241421.

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

Color convert

RGB 77 241 18 -
CMYK 0.68 0 0.93 0.05
HSL 104.13º 0.89% 0.51% -
HSV(B) 104.13º 0.93% 0.95% -
XYZ 34.63 64.53 11.2 -
YUV 166.54 44.17 64.13 -
System Red Green Blue C M Y K H S L
Decimal 77 241 18 0.68 0 0.93 0.05 104.13 0.89 0.51
Hex 4D F1 12 44 0 5D 5 68 59 33
Octal 115 361 22 104 0 135 5 150 131 63
Binary 1001101 11110001 10010 1000100 0 1011101 101 1101000 1011001 110011

Color Harmonies of #4DF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF112

Black with #4DF112

Text Example


Text Example

White with #4DF112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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