Html Css Color HEX #4DF107 Harlequin

📋 copy color: '#4DF107'

red 77 ◦ green 241 ◦ blue 7

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

Shades of Harlequin #4DF107

Tints of Harlequin #4DF107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 23.69%
G = 74.15%
B = 2.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#4DF107 (or 0x4DF107) is known color: Harlequin. HEX triplet: 4D, F1 and 07. RGB value is (77,241,7). Sum of RGB (Red+Green+Blue) = 77+241+7=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF107 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF107 is #B20EF8. Grayscale: #A6A6A6. Windows color (decimal): -11669241 or 520525. OLE color: 520525.

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

Color convert

RGB 77 241 7 -
CMYK 0.68 0 0.97 0.05
HSL 102.05º 0.94% 0.49% -
HSV(B) 102.05º 0.97% 0.95% -
XYZ 34.55 64.5 10.83 -
YUV 165.29 38.67 65.03 -
System Red Green Blue C M Y K H S L
Decimal 77 241 7 0.68 0 0.97 0.05 102.05 0.94 0.49
Hex 4D F1 7 44 0 61 5 66 5E 31
Octal 115 361 7 104 0 141 5 146 136 61
Binary 1001101 11110001 111 1000100 0 1100001 101 1100110 1011110 110001

Color Harmonies of #4DF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF107

Black with #4DF107

Text Example


Text Example

White with #4DF107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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