Html Css Color HEX #56F731 Harlequin

📋 copy color: '#56F731'

red 86 ◦ green 247 ◦ blue 49

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

Shades of Harlequin #56F731

Tints of Harlequin #56F731

RGB

 RED value IS 86 (33.98% from 255) = 22.51%

 GREEN value IS 247 (96.88% from 255) = 64.66%

 BLUE value IS 49 (19.53% from 255) = 12.83%

R = 22.51%
G = 64.66%
B = 12.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#56F731 (or 0x56F731) is known color: Harlequin. HEX triplet: 56, F7 and 31. RGB value is (86,247,49). Sum of RGB (Red+Green+Blue) = 86+247+49=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #56F731 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56F731 is #A908CE. Grayscale: #B0B0B0. Windows color (decimal): -11077839 or 3274582. OLE color: 3274582.

HSL color Cylindrical-coordinate representation of color #56F731: hue angle of 108.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56F731 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 86 247 49 -
CMYK 0.65 0 0.80 0.03
HSL 108.79º 0.93% 0.58% -
HSV(B) 108.79º 0.8% 0.97% -
XYZ 37.65 68.72 14.19 -
YUV 176.29 56.16 63.6 -
System Red Green Blue C M Y K H S L
Decimal 86 247 49 0.65 0 0.80 0.03 108.79 0.93 0.58
Hex 56 F7 31 41 0 50 3 6D 5D 3A
Octal 126 367 61 101 0 120 3 155 135 72
Binary 1010110 11110111 110001 1000001 0 1010000 11 1101101 1011101 111010

Color Harmonies of #56F731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56F731

Black with #56F731

Text Example


Text Example

White with #56F731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56F731; }

 p { color: rgb(86,247,49); }

 H1.HeaderClassName
 {
   color: #56F731;
 }
 .AnyTagClassName
 {
   color: #56F731;
 }
</style>

background-color css

<style>
 a { background-color: #56F731; }

 a { background-color: rgb(86,247,49); }

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

border-color css

<style>
 span { border-color: #56F731; }

 span { border-color: rgb(86,247,49); }

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