Html Css Color HEX #4DFA1A Harlequin

📋 copy color: '#4DFA1A'

red 77 ◦ green 250 ◦ blue 26

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

Shades of Harlequin #4DFA1A

Tints of Harlequin #4DFA1A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.82%

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

R = 21.81%
G = 70.82%
B = 7.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#4DFA1A (or 0x4DFA1A) is known color: Harlequin. HEX triplet: 4D, FA and 1A. RGB value is (77,250,26). Sum of RGB (Red+Green+Blue) = 77+250+26=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFA1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFA1A is #B205E5. Grayscale: #ADADAD. Windows color (decimal): -11666918 or 1768013. OLE color: 1768013.

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

Color convert

RGB 77 250 26 -
CMYK 0.69 0 0.90 0.02
HSL 106.34º 0.96% 0.54% -
HSV(B) 106.34º 0.9% 0.98% -
XYZ 37.43 70.02 12.52 -
YUV 172.74 45.19 59.71 -
System Red Green Blue C M Y K H S L
Decimal 77 250 26 0.69 0 0.90 0.02 106.34 0.96 0.54
Hex 4D FA 1A 45 0 5A 2 6A 60 36
Octal 115 372 32 105 0 132 2 152 140 66
Binary 1001101 11111010 11010 1000101 0 1011010 10 1101010 1100000 110110

Color Harmonies of #4DFA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFA1A

Black with #4DFA1A

Text Example


Text Example

White with #4DFA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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