Html Css Color HEX #4DF81A Harlequin

📋 copy color: '#4DF81A'

red 77 ◦ green 248 ◦ blue 26

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

Shades of Harlequin #4DF81A

Tints of Harlequin #4DF81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 70.66%

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

R = 21.94%
G = 70.66%
B = 7.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#4DF81A (or 0x4DF81A) is known color: Harlequin. HEX triplet: 4D, F8 and 1A. RGB value is (77,248,26). Sum of RGB (Red+Green+Blue) = 77+248+26=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #4DF81A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF81A is #B207E5. Grayscale: #ACACAC. Windows color (decimal): -11667430 or 1767501. OLE color: 1767501.

HSL color Cylindrical-coordinate representation of color #4DF81A: hue angle of 106.22º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DF81A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 77 248 26 -
CMYK 0.69 0 0.90 0.03
HSL 106.22º 0.94% 0.54% -
HSV(B) 106.22º 0.9% 0.97% -
XYZ 36.81 68.79 12.31 -
YUV 171.56 45.85 60.55 -
System Red Green Blue C M Y K H S L
Decimal 77 248 26 0.69 0 0.90 0.03 106.22 0.94 0.54
Hex 4D F8 1A 45 0 5A 3 6A 5E 36
Octal 115 370 32 105 0 132 3 152 136 66
Binary 1001101 11111000 11010 1000101 0 1011010 11 1101010 1011110 110110

Color Harmonies of #4DF81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF81A

Black with #4DF81A

Text Example


Text Example

White with #4DF81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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