Html Css Color HEX #4DF118 Harlequin

📋 copy color: '#4DF118'

red 77 ◦ green 241 ◦ blue 24

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

Shades of Harlequin #4DF118

Tints of Harlequin #4DF118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.02%

R = 22.51%
G = 70.47%
B = 7.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#4DF118 (or 0x4DF118) is known color: Harlequin. HEX triplet: 4D, F1 and 18. RGB value is (77,241,24). Sum of RGB (Red+Green+Blue) = 77+241+24=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF118 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF118 is #B20EE7. Grayscale: #A7A7A7. Windows color (decimal): -11669224 or 1634637. OLE color: 1634637.

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

Color convert

RGB 77 241 24 -
CMYK 0.68 0 0.90 0.05
HSL 105.35º 0.89% 0.52% -
HSV(B) 105.35º 0.9% 0.95% -
XYZ 34.68 64.55 11.5 -
YUV 167.23 47.17 63.64 -
System Red Green Blue C M Y K H S L
Decimal 77 241 24 0.68 0 0.90 0.05 105.35 0.89 0.52
Hex 4D F1 18 44 0 5A 5 69 59 34
Octal 115 361 30 104 0 132 5 151 131 64
Binary 1001101 11110001 11000 1000100 0 1011010 101 1101001 1011001 110100

Color Harmonies of #4DF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF118

Black with #4DF118

Text Example


Text Example

White with #4DF118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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