Html Css Color HEX #4DF61C Harlequin

📋 copy color: '#4DF61C'

red 77 ◦ green 246 ◦ blue 28

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

Shades of Harlequin #4DF61C

Tints of Harlequin #4DF61C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 70.09%

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 21.94%
G = 70.09%
B = 7.98%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#4DF61C (or 0x4DF61C) is known color: Harlequin. HEX triplet: 4D, F6 and 1C. RGB value is (77,246,28). Sum of RGB (Red+Green+Blue) = 77+246+28=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 246 (96.48% from 255 or 70.09% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF61C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF61C is #B209E3. Grayscale: #ABABAB. Windows color (decimal): -11667940 or 1898061. OLE color: 1898061.

HSL color Cylindrical-coordinate representation of color #4DF61C: hue angle of 106.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4DF61C is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 77 246 28 -
CMYK 0.69 0 0.89 0.04
HSL 106.51º 0.92% 0.54% -
HSV(B) 106.51º 0.89% 0.96% -
XYZ 36.23 67.57 12.23 -
YUV 170.62 47.51 61.23 -
System Red Green Blue C M Y K H S L
Decimal 77 246 28 0.69 0 0.89 0.04 106.51 0.92 0.54
Hex 4D F6 1C 45 0 59 4 6B 5C 36
Octal 115 366 34 105 0 131 4 153 134 66
Binary 1001101 11110110 11100 1000101 0 1011001 100 1101011 1011100 110110

Color Harmonies of #4DF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF61C

Black with #4DF61C

Text Example


Text Example

White with #4DF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,246,28); }

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

background-color css

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

 a { background-color: rgb(77,246,28); }

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

border-color css

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

 span { border-color: rgb(77,246,28); }

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