Html Css Color HEX #4DF10F Harlequin

📋 copy color: '#4DF10F'

red 77 ◦ green 241 ◦ blue 15

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

Shades of Harlequin #4DF10F

Tints of Harlequin #4DF10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 23.12%
G = 72.37%
B = 4.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#4DF10F (or 0x4DF10F) is known color: Harlequin. HEX triplet: 4D, F1 and 0F. RGB value is (77,241,15). Sum of RGB (Red+Green+Blue) = 77+241+15=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF10F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF10F is #B20EF0. Grayscale: #A6A6A6. Windows color (decimal): -11669233 or 1044813. OLE color: 1044813.

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

Color convert

RGB 77 241 15 -
CMYK 0.68 0 0.94 0.05
HSL 103.54º 0.89% 0.5% -
HSV(B) 103.54º 0.94% 0.95% -
XYZ 34.6 64.52 11.08 -
YUV 166.2 42.67 64.38 -
System Red Green Blue C M Y K H S L
Decimal 77 241 15 0.68 0 0.94 0.05 103.54 0.89 0.5
Hex 4D F1 F 44 0 5E 5 68 59 32
Octal 115 361 17 104 0 136 5 150 131 62
Binary 1001101 11110001 1111 1000100 0 1011110 101 1101000 1011001 110010

Color Harmonies of #4DF10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF10F

Black with #4DF10F

Text Example


Text Example

White with #4DF10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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