Html Css Color HEX #4DF01A Harlequin

📋 copy color: '#4DF01A'

red 77 ◦ green 240 ◦ blue 26

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

Shades of Harlequin #4DF01A

Tints of Harlequin #4DF01A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.97%

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

R = 22.45%
G = 69.97%
B = 7.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#4DF01A (or 0x4DF01A) is known color: Harlequin. HEX triplet: 4D, F0 and 1A. RGB value is (77,240,26). Sum of RGB (Red+Green+Blue) = 77+240+26=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 240 (94.14% from 255 or 69.97% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 240 - color contains mainly: green. Hex color #4DF01A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF01A is #B20FE5. Grayscale: #A7A7A7. Windows color (decimal): -11669478 or 1765453. OLE color: 1765453.

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

Color convert

RGB 77 240 26 -
CMYK 0.68 0 0.89 0.06
HSL 105.7º 0.88% 0.52% -
HSV(B) 105.7º 0.89% 0.94% -
XYZ 34.41 63.97 11.51 -
YUV 166.87 48.5 63.9 -
System Red Green Blue C M Y K H S L
Decimal 77 240 26 0.68 0 0.89 0.06 105.7 0.88 0.52
Hex 4D F0 1A 44 0 59 6 6A 58 34
Octal 115 360 32 104 0 131 6 152 130 64
Binary 1001101 11110000 11010 1000100 0 1011001 110 1101010 1011000 110100

Color Harmonies of #4DF01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF01A

Black with #4DF01A

Text Example


Text Example

White with #4DF01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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