Html Css Color HEX #4DF31A Harlequin

📋 copy color: '#4DF31A'

red 77 ◦ green 243 ◦ blue 26

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

Shades of Harlequin #4DF31A

Tints of Harlequin #4DF31A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.23%

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

R = 22.25%
G = 70.23%
B = 7.51%

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

#4DF31A (or 0x4DF31A) is known color: Harlequin. HEX triplet: 4D, F3 and 1A. RGB value is (77,243,26). Sum of RGB (Red+Green+Blue) = 77+243+26=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #4DF31A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF31A is #B20CE5. Grayscale: #A9A9A9. Windows color (decimal): -11668710 or 1766221. OLE color: 1766221.

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

Color convert

RGB 77 243 26 -
CMYK 0.68 0 0.89 0.05
HSL 105.9º 0.9% 0.53% -
HSV(B) 105.9º 0.89% 0.95% -
XYZ 35.3 65.75 11.81 -
YUV 168.63 47.5 62.64 -
System Red Green Blue C M Y K H S L
Decimal 77 243 26 0.68 0 0.89 0.05 105.9 0.9 0.53
Hex 4D F3 1A 44 0 59 5 6A 5A 35
Octal 115 363 32 104 0 131 5 152 132 65
Binary 1001101 11110011 11010 1000100 0 1011001 101 1101010 1011010 110101

Color Harmonies of #4DF31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF31A

Black with #4DF31A

Text Example


Text Example

White with #4DF31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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