Html Css Color HEX #4DF12A Harlequin

📋 copy color: '#4DF12A'

red 77 ◦ green 241 ◦ blue 42

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

Shades of Harlequin #4DF12A

Tints of Harlequin #4DF12A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.94%

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 21.39%
G = 66.94%
B = 11.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#4DF12A (or 0x4DF12A) is known color: Harlequin. HEX triplet: 4D, F1 and 2A. RGB value is (77,241,42). Sum of RGB (Red+Green+Blue) = 77+241+42=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF12A is #B20ED5. Grayscale: #A9A9A9. Windows color (decimal): -11669206 or 2814285. OLE color: 2814285.

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

Color convert

RGB 77 241 42 -
CMYK 0.68 0 0.83 0.05
HSL 109.45º 0.88% 0.55% -
HSV(B) 109.45º 0.83% 0.95% -
XYZ 34.93 64.66 12.83 -
YUV 169.28 56.17 62.18 -
System Red Green Blue C M Y K H S L
Decimal 77 241 42 0.68 0 0.83 0.05 109.45 0.88 0.55
Hex 4D F1 2A 44 0 53 5 6D 58 37
Octal 115 361 52 104 0 123 5 155 130 67
Binary 1001101 11110001 101010 1000100 0 1010011 101 1101101 1011000 110111

Color Harmonies of #4DF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF12A

Black with #4DF12A

Text Example


Text Example

White with #4DF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,241,42); }

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

background-color css

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

 a { background-color: rgb(77,241,42); }

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

border-color css

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

 span { border-color: rgb(77,241,42); }

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