Html Css Color HEX #4DF21A Harlequin

📋 copy color: '#4DF21A'

red 77 ◦ green 242 ◦ blue 26

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

Shades of Harlequin #4DF21A

Tints of Harlequin #4DF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.14%

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

R = 22.32%
G = 70.14%
B = 7.54%

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

#4DF21A (or 0x4DF21A) is known color: Harlequin. HEX triplet: 4D, F2 and 1A. RGB value is (77,242,26). Sum of RGB (Red+Green+Blue) = 77+242+26=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF21A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF21A is #B20DE5. Grayscale: #A8A8A8. Windows color (decimal): -11668966 or 1765965. OLE color: 1765965.

HSL color Cylindrical-coordinate representation of color #4DF21A: hue angle of 105.83º degrees, saturation: 0.89, 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 #4DF21A is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 242 26 -
CMYK 0.68 0 0.89 0.05
HSL 105.83º 0.89% 0.53% -
HSV(B) 105.83º 0.89% 0.95% -
XYZ 35 65.16 11.71 -
YUV 168.04 47.84 63.06 -
System Red Green Blue C M Y K H S L
Decimal 77 242 26 0.68 0 0.89 0.05 105.83 0.89 0.53
Hex 4D F2 1A 44 0 59 5 6A 59 35
Octal 115 362 32 104 0 131 5 152 131 65
Binary 1001101 11110010 11010 1000100 0 1011001 101 1101010 1011001 110101

Color Harmonies of #4DF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF21A

Black with #4DF21A

Text Example


Text Example

White with #4DF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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