Html Css Color HEX #4DF61F Harlequin

📋 copy color: '#4DF61F'

red 77 ◦ green 246 ◦ blue 31

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

Shades of Harlequin #4DF61F

Tints of Harlequin #4DF61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 21.75%
G = 69.49%
B = 8.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#4DF61F (or 0x4DF61F) is known color: Harlequin. HEX triplet: 4D, F6 and 1F. RGB value is (77,246,31). Sum of RGB (Red+Green+Blue) = 77+246+31=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 246 (96.48% from 255 or 69.49% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF61F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF61F is #B209E0. Grayscale: #ABABAB. Windows color (decimal): -11667937 or 2094669. OLE color: 2094669.

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

Color convert

RGB 77 246 31 -
CMYK 0.69 0 0.87 0.04
HSL 107.16º 0.92% 0.54% -
HSV(B) 107.16º 0.87% 0.96% -
XYZ 36.26 67.59 12.43 -
YUV 170.96 49.01 60.98 -
System Red Green Blue C M Y K H S L
Decimal 77 246 31 0.69 0 0.87 0.04 107.16 0.92 0.54
Hex 4D F6 1F 45 0 57 4 6B 5C 36
Octal 115 366 37 105 0 127 4 153 134 66
Binary 1001101 11110110 11111 1000101 0 1010111 100 1101011 1011100 110110

Color Harmonies of #4DF61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF61F

Black with #4DF61F

Text Example


Text Example

White with #4DF61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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