Html Css Color HEX #4DF11A Harlequin

📋 copy color: '#4DF11A'

red 77 ◦ green 241 ◦ blue 26

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

Shades of Harlequin #4DF11A

Tints of Harlequin #4DF11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 22.38%
G = 70.06%
B = 7.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#4DF11A (or 0x4DF11A) is known color: Harlequin. HEX triplet: 4D, F1 and 1A. RGB value is (77,241,26). Sum of RGB (Red+Green+Blue) = 77+241+26=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF11A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF11A is #B20EE5. Grayscale: #A8A8A8. Windows color (decimal): -11669222 or 1765709. OLE color: 1765709.

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

Color convert

RGB 77 241 26 -
CMYK 0.68 0 0.89 0.05
HSL 105.77º 0.88% 0.52% -
HSV(B) 105.77º 0.89% 0.95% -
XYZ 34.7 64.56 11.61 -
YUV 167.45 48.17 63.48 -
System Red Green Blue C M Y K H S L
Decimal 77 241 26 0.68 0 0.89 0.05 105.77 0.88 0.52
Hex 4D F1 1A 44 0 59 5 6A 58 34
Octal 115 361 32 104 0 131 5 152 130 64
Binary 1001101 11110001 11010 1000100 0 1011001 101 1101010 1011000 110100

Color Harmonies of #4DF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF11A

Black with #4DF11A

Text Example


Text Example

White with #4DF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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